Skip to content

Commit

Permalink
Merge pull request #9 from alice4space/codecov
Browse files Browse the repository at this point in the history
build: export coverage results
  • Loading branch information
alice4space authored Jan 20, 2023
2 parents 8d6c85f + 3f3649c commit 3ab124d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
run: pip install .[test]
- name: test with pytest
run: pytest --color=yes --cov --cov-report=xml tests
#- name: codecov
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# verbose: true
- name: codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 3ab124d

Please sign in to comment.