summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-01-09 22:51:38 +0100
committerGitHub <noreply@github.com>2023-01-09 22:51:38 +0100
commita835fa092e63069a589af2d796e1cf405fd9eb32 (patch)
treeff6ba1d5ee7eedc461445825493715ca1ccdf410 /.github
parent87c81c2faadaa44ae98d325dbfcb06b873bb5d6a (diff)
downloadpylint-git-a835fa092e63069a589af2d796e1cf405fd9eb32.tar.gz
[codecov] Use our own token to avoid being rate limited (#8044)
See https://github.com/codecov/codecov-action/issues/557#issuecomment-1224970469
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index b0be62a24..4b36da30d 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -112,6 +112,7 @@ jobs:
coverage xml
- uses: codecov/codecov-action@v3
with:
+ token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true