Skip to content

Commit

Permalink
chore: add codecov token (#3623)
Browse files Browse the repository at this point in the history
* add codecov token

Signed-off-by: Zach Aller <[email protected]>

* fail if we do not upload

Signed-off-by: Zach Aller <[email protected]>

---------

Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller authored Jun 10, 2024
1 parent e807d39 commit 32d50b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
uses: codecov/[email protected]
with:
file: coverage.out
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

codegen:
name: Verify Codegen
Expand Down

0 comments on commit 32d50b7

Please sign in to comment.