Skip to content

Commit 56c1bbc

Browse files
authored
ci: add codecov token (#466)
Setting a Codecov token helps avoid throttling issues. codecov/codecov-action#557 (comment) Signed-off-by: Michael Beemer <[email protected]>
1 parent 5888aea commit 56c1bbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/merge.yml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- name: Upload coverage to Codecov
5252
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
5353
with:
54+
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5455
flags: unittests # optional
5556
name: coverage # optional
5657
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)