Skip to content

Commit

Permalink
Add token to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice committed Nov 27, 2024
1 parent 05404ea commit 1d14725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ jobs:
run: lcov --directory . --capture --output-file coverage.info
if: ${{ matrix.coverage }}
- name: upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.info
if: ${{ matrix.coverage }}

0 comments on commit 1d14725

Please sign in to comment.