Skip to content

Commit

Permalink
chore(ci): add CODECOV token
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Jun 27, 2024
1 parent 7391507 commit 2e77a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
- name: upload to codecov
uses: codecov/codecov-action@v4 # Docs: <https://github.com/codecov/codecov-action>
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/summary.txt
fail_ci_if_error: false

0 comments on commit 2e77a6b

Please sign in to comment.