Skip to content

Commit

Permalink
add coverage to tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Apr 20, 2021
1 parent 47891cb commit 6dae5ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ jobs:
pip install .[dev]
- name: Test against installed code
run: pytest -v --cov-report=xml --cov=starmatrix
coverage:
steps:
- name: Update report
run: codecov

0 comments on commit 6dae5ea

Please sign in to comment.