Skip to content

Commit

Permalink
add codecov step to release workflow to update badge on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
brainelectronics committed Aug 5, 2022
1 parent 5c5556a commit 35f43c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ jobs:
skip_existing: true
verbose: true
print_hash: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./reports/coverage/coverage.xml
flags: unittests
verbose: true

0 comments on commit 35f43c2

Please sign in to comment.