Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Sep 10, 2023
1 parent 07a0bcb commit f20572b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
COVERALLS_PARALLEL: true
run: |
PRAGMA_VERSION=`python -c "import sys; print('.'.join(map(str, sys.version_info[:2])))"` \
pytest -v --cov=skeleton_name --cov-report term-missing
pytest -v --cov=neuralprocesses --cov-report term-missing
coveralls --service=github
coveralls:
Expand Down

0 comments on commit f20572b

Please sign in to comment.