From aaff3f0e6bbd5a5782e5d4aa9c6f34424c0386d5 Mon Sep 17 00:00:00 2001 From: Michael de Gans Date: Fri, 13 Sep 2024 16:51:18 -0700 Subject: [PATCH] CI Fix (#2) CI failed because of rate limiting, so I'm including a codecov token. --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a6d9a89..1778332 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -74,6 +74,7 @@ jobs: if: matrix.os == 'ubuntu-latest' && github.event_name == 'push' uses: codecov/codecov-action@v2 with: + token: ${{ secrets.CODECOV_TOKEN }} files: lcov.info flags: unittests name: codecov-umbrella