Skip to content

Commit

Permalink
ci: Add CODECOV_TOKEN to coverage action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Feb 14, 2024
1 parent 3cd56ac commit 37bfb81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- uses: codecov/codecov-action@v4
with:
file: coverage.info
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: distcheck
run: scons distcheck
env:
Expand Down Expand Up @@ -83,3 +85,5 @@ jobs:
- uses: codecov/codecov-action@v4
with:
file: bazel-out/_coverage/_coverage_report.dat
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 37bfb81

Please sign in to comment.