Skip to content

Commit

Permalink
use tokenless authentication for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Dec 30, 2024
1 parent 8406f8c commit b8a11d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
zig build coverage --summary all
- name: Upload to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: zig-out/coverage/kcov-merged
fail_ci_if_error: true
verbose: true

0 comments on commit b8a11d5

Please sign in to comment.