Skip to content

Commit

Permalink
ci: Use token from secrets in codecov action
Browse files Browse the repository at this point in the history
bcyran committed May 9, 2024
1 parent 96eaa6f commit db279bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -134,5 +134,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: true

0 comments on commit db279bb

Please sign in to comment.