Skip to content

Commit

Permalink
#28 coverage pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
kamarton committed Jan 9, 2023
1 parent f32377a commit 0c16841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- checkout
- run:
name: Install and Run
name: Install and run coverage tests
command: 'pip install -r requirements.txt && coverage run --source=gwbackupy setup.py test && coverage run -m pytest && coverage-lcov'
- coveralls/upload:
path_to_lcov: ./lcov.info
Expand Down

0 comments on commit 0c16841

Please sign in to comment.