Skip to content

Commit

Permalink
A couple of more git actions attempts: specifying filename coverage.x…
Browse files Browse the repository at this point in the history
…ml. Fixing a typo
  • Loading branch information
jrzaurin committed Sep 24, 2024
1 parent dd6e53a commit eea137e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eea137e

Please sign in to comment.