Skip to content

Commit 8b7844c

Browse files
committed
update ci
1 parent 1805c90 commit 8b7844c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Generate coverage report
2424
run: |
2525
python setup.py build_ext -i --debug
26+
pytest tests
2627
gcovr --filter src --xml -o coverage.xml
2728
2829
- name: Upload Coverage to CodeCov

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
CIBW_BUILD_VERBOSITY: 0
3131
#CIBW_ARCHS_LINUX: auto aarch64
3232
#CIBW_ARCHS_MACOS: x86_64 arm64 universal2
33-
CIBW_TEST_COMMAND: python setup.py build_ext -i & pytest tests
33+
CIBW_TEST_COMMAND: python {project}/setup.py test
3434
CIBW_TEST_REQUIRES: pyfaidx==0.5.8 pytest
3535

3636
- name: Display wheel

0 commit comments

Comments
 (0)