Skip to content

Commit

Permalink
Fix codecov
Browse files Browse the repository at this point in the history
Add codecov token to env
  • Loading branch information
tekenstam authored Apr 20, 2024
1 parent fc5fb01 commit e3196b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ jobs:

- name: Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.txt # optional
flags: unittests # optional
name: codecov-umbrella # optional
token: ${{ secrets.CODECOV_TOKEN }} # required
fail_ci_if_error: true # optional (default = false)

- name: Set up QEMU
Expand Down

0 comments on commit e3196b7

Please sign in to comment.