From 56c1bbc8201fc8e312bf4ab208905b53475d3cbd Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Wed, 7 Jun 2023 12:23:18 -0400 Subject: [PATCH] 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 --- .github/workflows/merge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 74a2e9d7..03bd4e59 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -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)