From 8dd61ce178f1a6ae92c7a900da2c3c827110a545 Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 24 Sep 2024 15:33:59 +0100 Subject: [PATCH] The simpler version from Claude seems to work and let's let codecov combine on their side --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f344f77..9b9da1d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Test with pytest and generate coverage run: | - pytest --doctest-modules pytorch_widedeep/models --cov=pytorch_widedeep/models --cov-report=xml --cov-report=term --disable-pytest-warnings tests/test_model_functioning + pytest --doctest-modules pytorch_widedeep --cov=pytorch_widedeep --cov-report=xml --cov-report=term --disable-pytest-warnings tests - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: