Skip to content

Commit

Permalink
add reference to codecov secret
Browse files Browse the repository at this point in the history
  • Loading branch information
renardeinside committed Jun 25, 2024
1 parent c2f69dc commit a14897b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/onpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ jobs:
- name: Publish test coverage
if: startsWith(matrix.os,'ubuntu')
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required

0 comments on commit a14897b

Please sign in to comment.