ci: add codecov token (#466)

Setting a Codecov token helps avoid throttling issues.

https://github.com/codecov/codecov-action/issues/557#issuecomment-1216749652

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
This commit is contained in:
Michael Beemer 2023-06-07 12:23:18 -04:00 committed by GitHub
parent 5888aead97
commit 56c1bbc820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)