From 7fef5500cbc4c092acb64345daebe3862214435b Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:54:56 +0100 Subject: [PATCH] fix codecov / github api limits --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 57534a74..04d95ff7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,9 @@ jobs: - run: make test - - run: bash <(curl -s https://codecov.io/bash) + - uses: codecov/codecov-action@v3 + with: + token: ${{ secrets.CODECOV_TOKEN }} test32: runs-on: ubuntu-22.04