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 26, 2024
1 parent 8a9d6e0 commit 457246d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
run: make test_coverage

- uses: codecov/codecov-action@v4 # Docs: <https://github.com/codecov/codecov-action>
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage-ci/summary.txt
fail_ci_if_error: false

0 comments on commit 457246d

Please sign in to comment.