Skip to content

Commit

Permalink
show the branch coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Jul 15, 2024
1 parent 8fbadbb commit 1cdf593
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ jobs:
find . -iregex "codecov.*"
chmod +x codecov
./codecov -t ${CODECOV_TOKEN}
- name: Run tests and show the branch coverage on the command line
run: coverage run --source=suby --omit="*tests*" -m pytest --cache-clear --assert=plain

0 comments on commit 1cdf593

Please sign in to comment.