From aabf483a1cf4121ff160ae5bf88e74c2035da386 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Mon, 27 Feb 2023 09:27:13 -0500 Subject: [PATCH] Added missing 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 760f876..dcedbf1 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