[go: nahoru, domu]

Skip to content

Commit

Permalink
Add token for coverage info upload
Browse files Browse the repository at this point in the history
  • Loading branch information
adomasbaliuka committed Apr 15, 2024
1 parent 65ceb42 commit c7f59cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cmake_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ jobs:
cat ./coverage.xml # print coverage information
- name: Publish to codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{runner.workspace}}/build/coverage.xml
fail_ci_if_error: true

Expand Down

0 comments on commit c7f59cc

Please sign in to comment.