This commit is contained in:
Dan Saunders
2025-05-14 22:46:59 +00:00
parent 2538c3b761
commit 753e4e3dec
2 changed files with 22 additions and 3 deletions

View File

@@ -51,5 +51,3 @@ pytest -v --durations=10 \
--cov=axolotl \
--cov-append \
--cov-report=xml:e2e-coverage.xml
codecov upload-process -t $CODECOV_TOKEN -f e2e-coverage.xml -F e2e,pytorch-${PYTORCH_VERSION} || true