Skip to content

Commit c51d1a4

Browse files
committed
Update coverage run
1 parent dec95ec commit c51d1a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
pip install .
4141
- name: Test with pytest and coverage
4242
run: |
43-
coverage run -m pytest test/test*.py -vv
43+
coverage run -m pytest -vv
4444
coverage report -m
4545
coverage xml
4646
- name: Codecov

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ steps:
4444
displayName: 'Install bashplot'
4545

4646
- script: |
47-
coverage run -m pytest test/test*.py -vv
47+
coverage run -m pytest -vv
4848
coverage report -m
4949
coverage xml
5050
displayName: 'pytest'

0 commit comments

Comments
 (0)