Skip to content

Commit

Permalink
Try with codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed May 5, 2024
1 parent 0768c40 commit 4eed764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/yambs-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
GITHUB_API_TOKEN: ${{secrets.API_TOKEN}}
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

jobs:
build:
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
gcov_executable: gcov-13
fail_ci_if_error: true
verbose: true
token: ${{secrets.CODECOV_TOKEN}}

- run: mk release
if: |
Expand Down
2 changes: 1 addition & 1 deletion config

0 comments on commit 4eed764

Please sign in to comment.