Skip to content

Commit

Permalink
workflow fixed for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Aug 3, 2023
1 parent 74b6afc commit ef7831d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: python setup.py install

- 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 -k test_cli_where --cache-clear && coverage report -m

- name: Upload reports to codecov
env:
Expand Down

0 comments on commit ef7831d

Please sign in to comment.