summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-01-09 22:50:42 +0100
committerGitHub <noreply@github.com>2023-01-09 22:50:42 +0100
commit04052032b45482b370281cb266ea69fe340f60f4 (patch)
treefa8582708b66fe7cd4f0628de4e3a8b8a46df9e4 /.github
parent08777754d19bb237c53a06b8476cdf6bacd28ceb (diff)
downloadastroid-git-04052032b45482b370281cb266ea69fe340f60f4.tar.gz
[codecov] Use our own token to avoid being rate limited (#1956)
See https://github.com/codecov/codecov-action/issues/557#issuecomment-1224970469
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index bf09d2c8..6ccb4399 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -254,6 +254,7 @@ jobs:
coverage xml -o coverage-linux.xml
- uses: codecov/codecov-action@v3
with:
+ token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
flags: linux
@@ -264,6 +265,7 @@ jobs:
coverage xml -o coverage-windows.xml
- uses: codecov/codecov-action@v3
with:
+ token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
flags: windows
@@ -274,6 +276,7 @@ jobs:
coverage xml -o coverage-pypy.xml
- uses: codecov/codecov-action@v3
with:
+ token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
flags: pypy