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 33ed0e9 commit 75470c3Copy full SHA for 75470c3
.github/workflows/main.yml
@@ -49,6 +49,6 @@ jobs:
49
shell: bash -l {0}
50
run: |
51
conda activate test
52
- coverage run -m pytest -vv -s
+ coverage run -m diffpy.structure.tests.run
53
coverage report -m
54
codecov
0 commit comments