Skip to content

Commit

Permalink
add coverage flags
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Aug 5, 2023
1 parent cf26cac commit fa0f885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
flags: unittests
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Build package distribution
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit fa0f885

Please sign in to comment.