We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1805c90 commit 8b7844cCopy full SHA for 8b7844c
.github/workflows/codecov.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Generate coverage report
24
run: |
25
python setup.py build_ext -i --debug
26
+ pytest tests
27
gcovr --filter src --xml -o coverage.xml
28
29
- name: Upload Coverage to CodeCov
.github/workflows/wheel.yml
@@ -30,7 +30,7 @@ jobs:
30
CIBW_BUILD_VERBOSITY: 0
31
#CIBW_ARCHS_LINUX: auto aarch64
32
#CIBW_ARCHS_MACOS: x86_64 arm64 universal2
33
- CIBW_TEST_COMMAND: python setup.py build_ext -i & pytest tests
+ CIBW_TEST_COMMAND: python {project}/setup.py test
34
CIBW_TEST_REQUIRES: pyfaidx==0.5.8 pytest
35
36
- name: Display wheel
0 commit comments