Skip to content

Commit

Permalink
Omit
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Feb 2, 2021
1 parent fc9b3de commit 87d1f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
COVERALLS_PARALLEL: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coverage run --source=challengeutils --omit=__main__.py -m pytest tests/
coverage run --source=challengeutils --omit=challengeutils/__main__.py -m pytest tests/
coveralls --service=github
finish-coveralls:
Expand Down

0 comments on commit 87d1f8d

Please sign in to comment.