Skip to content

Commit

Permalink
ci: add codecov token (#466)
Browse files Browse the repository at this point in the history
Setting a Codecov token helps avoid throttling issues.

codecov/codecov-action#557 (comment)

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored Jun 7, 2023
1 parent 5888aea commit 56c1bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
flags: unittests # optional
name: coverage # optional
fail_ci_if_error: true # optional (default = false)
Expand Down

0 comments on commit 56c1bbc

Please sign in to comment.