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

Commit

Permalink
test
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 7d9a0ec commit d9ed245
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[run]
include =
src/ApplicationLibrary/DesktopLibrary.py
src/ApplicationLibrary/MobileLibrary.py
src/ApplicationLibrary/Helpers/AppiumCommon.py
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 -v
pytest --cov-config=.coveragerc -v
- name: Coveralls
env:
Expand Down

0 comments on commit d9ed245

Please sign in to comment.