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