Skip to content

Commit

Permalink
Add CODECOV_TOKEN usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed May 2, 2024
1 parent 33044e4 commit 7391792
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 @@ -32,6 +32,8 @@ jobs:

- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload Coverage to GH-Actions
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7391792

Please sign in to comment.