From 66e691ecc54fee3b2503240c4433b90a60e8146b Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Mon, 27 Feb 2023 08:19:34 -0500 Subject: [PATCH] Missing codecov token --- .github/workflows/run-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 492dc3f..35ec594 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,8 +10,6 @@ on: push: branches: - "*" -# schedule: -# - cron: '1 4 * * *' jobs: test: @@ -42,6 +40,7 @@ jobs: - name: Update code coverage uses: codecov/codecov-action@v3.1.1 with: + token: ${{ secrets.CODECOV_TOKEN }} flags: unittests fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false) \ No newline at end of file