Skip to content

Commit

Permalink
an assert mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Sep 4, 2023
1 parent 2622e84 commit e0b6a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pip list

- name: Run tests and show coverage on the command line
run: coverage run --source=installed --omit="*tests*" -m pytest --cache-clear && coverage report -m
run: coverage run --source=installed --omit="*tests*" -m pytest --cache-clear --assert=plain && coverage report -m

- name: Upload reports to codecov
env:
Expand Down

0 comments on commit e0b6a7f

Please sign in to comment.