We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961471e commit 5782207Copy full SHA for 5782207
.github/workflows/tests.yaml
@@ -25,7 +25,7 @@ jobs:
25
pip install -e .[dev]
26
- name: Test with pytest
27
run: |
28
- pytest --cov=topofileformats -x
+ pytest --cov=AFMReader -x
29
- name: Determine coverage
30
31
coverage xml
0 commit comments