Skip to content

Commit

Permalink
Updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Nov 23, 2024
1 parent 7aa6af0 commit bfc5057
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ build_and_test_task:
python -m pip install '.[test]' --verbose
test_script: |
python -m pytest tests/ --cov=primate --benchmark-skip
coverage report -m
coverage_script: |
python -m coverage xml -o coverage.xml
pipx run 'coveralls<4' --submit coverage.xml
pipx run 'coveralls<4' --finish
uninstall_script: |
python -m pip uninstall primate --yes
wheel_script: |
Expand All @@ -66,10 +69,7 @@ build_and_test_task:
python -m pip install dist/scikit_primate*.whl
test_post_script: |
python -m pytest tests/ --cov=primate --benchmark-skip
python -m coverage xml -o coverage.xml
coverage_script: |
pipx run 'coveralls<4' --submit coverage.xml
pipx run 'coveralls<4' --finish
coverage report -m
# python -m coveralls --submit coverage.xml
# python -m coveralls --finish
Expand Down

0 comments on commit bfc5057

Please sign in to comment.