diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ec9aab..2585303 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,9 +70,11 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: files: ./coverage.xml flags: unittests env_vars: OS,PYTHON name: codecov-umbrella - fail_ci_if_error: false + fail_ci_if_error: true