Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Dec 24, 2024
1 parent 1805c90 commit 8b7844c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Generate coverage report
run: |
python setup.py build_ext -i --debug
pytest tests
gcovr --filter src --xml -o coverage.xml
- name: Upload Coverage to CodeCov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 0
#CIBW_ARCHS_LINUX: auto aarch64
#CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_TEST_COMMAND: python setup.py build_ext -i & pytest tests
CIBW_TEST_COMMAND: python {project}/setup.py test
CIBW_TEST_REQUIRES: pyfaidx==0.5.8 pytest

- name: Display wheel
Expand Down

0 comments on commit 8b7844c

Please sign in to comment.