From 04052032b45482b370281cb266ea69fe340f60f4 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 9 Jan 2023 22:50:42 +0100 Subject: [codecov] Use our own token to avoid being rate limited (#1956) See https://github.com/codecov/codecov-action/issues/557#issuecomment-1224970469 --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') 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 -- cgit v1.2.1