Skip to content

Commit

Permalink
add cov report
Browse files Browse the repository at this point in the history
  • Loading branch information
jbloom-md committed Mar 25, 2024
1 parent 5aa0b11 commit 971d497
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,10 @@ jobs:
- name: type checking
run: poetry run pyright
- name: Run Unit Tests
run: make unit-test
# Would use make, but want cov report in xml format
run: poetry run pytest -v --cov=sae_training/ --cov-report=term-missing --cov-branch tests/unit --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: jbloomAus/mats_sae_training

0 comments on commit 971d497

Please sign in to comment.