Skip to content

Commit

Permalink
moving codecov to token-based (#1228)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Keister <[email protected]>
  • Loading branch information
grokspawn authored Feb 21, 2024
1 parent 27612df commit efddcb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
go-version-file: "go.mod"
- run: make unit
- run: sed -i'' "s:^github.com/$GITHUB_REPOSITORY/::" coverage.out
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: coverage.out
functionalities: fixes
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit efddcb3

Please sign in to comment.