Skip to content

Commit

Permalink
Merge branch 'master' into remove_inf_logL_warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashergt authored Sep 27, 2024
2 parents f098b86 + b4b9d46 commit ac7f81f
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 ac7f81f

Please sign in to comment.