Skip to content

Commit

Permalink
add code coverage to "minimum-dependencies" check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashergt authored Sep 26, 2024
1 parent d367a4b commit 1fe274b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,12 @@ jobs:
run: python -m pip install -e ".[test]"

- name: Test with pytest
run: python -m pytest tests
run: python -m pytest --cov=anesthetic tests

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

latest-dependencies:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1fe274b

Please sign in to comment.