Skip to content

Commit

Permalink
fix Codecov upload action (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
SVilgelm authored Nov 24, 2024
1 parent ecc9ca8 commit f461adc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:

- name: Codecov
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

GolangCI-Lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f461adc

Please sign in to comment.