Skip to content

Commit

Permalink
try another coverage syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fpingas committed Mar 20, 2023
1 parent d9a10c2 commit 2a8a099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
echo "Python path: $(which python3)"
echo "Python version: $(python3 --version)"
echo "pip version: $(python3 -m pip --version)"
python3 -m pytest tests --cov=src/
python3 -m pytest --cov-config=.coveragerc --cov=src/ tests
codecov

0 comments on commit 2a8a099

Please sign in to comment.