Skip to content

Commit

Permalink
ci: Use codecov token to upload master branch measurements
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyionPrime committed Jul 31, 2024
1 parent cf2d1bd commit 2e52ca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Upload lcov to codecov.io
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: target/coverage/*.lcov

Expand Down

0 comments on commit 2e52ca7

Please sign in to comment.