Skip to content

Commit

Permalink
Add CodeCov token in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmcezar committed Apr 5, 2023
1 parent a851ed6 commit 0c8656d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ jobs:
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0c8656d

Please sign in to comment.