We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec95ec commit c51d1a4Copy full SHA for c51d1a4
.github/workflows/python-package.yml
@@ -40,7 +40,7 @@ jobs:
40
pip install .
41
- name: Test with pytest and coverage
42
run: |
43
- coverage run -m pytest test/test*.py -vv
+ coverage run -m pytest -vv
44
coverage report -m
45
coverage xml
46
- name: Codecov
azure-pipelines.yml
@@ -44,7 +44,7 @@ steps:
displayName: 'Install bashplot'
- script: |
47
48
49
50
displayName: 'pytest'
0 commit comments