From eea137e7330844fa3c04a7cd3d8ec9e6b961401b Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 24 Sep 2024 15:18:07 +0100 Subject: [PATCH] A couple of more git actions attempts: specifying filename coverage.xml. Fixing a typo --- .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 da2a6608..037f8089 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Test with pytest run: | - pytest --doctest-modules pytorch_widedeep/models --cov-report xml --cov-report term --disable-pytest-warnings --cov=pytorch_widedeep/models tests/test_model_functionality + pytest --doctest-modules pytorch_widedeep/models --cov-report xml --cov-report term --disable-pytest-warnings --cov=pytorch_widedeep/models tests/test_model_functioning - name: Upload coverage uses: actions/upload-artifact@v4 with: