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 1d91c85 commit f32377a
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 @@ -18,7 +18,7 @@ jobs:
- checkout
- run:
name: Install and Run
command: 'pip install -r requirements.txt && python -m coverage run --source=gwbackupy setup.py test && python -m coverage run pytest && coverage-lcov'
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
build-and-test:
Expand Down

0 comments on commit f32377a

Please sign in to comment.