Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
test coverage again
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Wolfe <Wolfe1@gmail.com>
  • Loading branch information
Wolfe1 committed Jun 15, 2022
1 parent d14db85 commit c3981d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[run]
omit =
src/Zoomba/Helpers/options.py
src/Zoomba/Helpers/chromeOptions.py
src/Zoomba/Helpers/EdgePlugin.py
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Run Unit Tests
run: |
pytest --cov=src -v
pytest --cov-config=.coveragerc --cov=src -v
- name: Coveralls
env:
Expand Down

0 comments on commit c3981d2

Please sign in to comment.