Skip to content

Commit

Permalink
add minimum-dependencies check to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Sep 26, 2024
1 parent 9e49bdb commit 295c7a0
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 @@ -173,7 +173,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 295c7a0

Please sign in to comment.