diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 26c867e..24fb026 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -57,4 +57,11 @@ jobs: - name: "Upload coverage to Codecov" uses: codecov/codecov-action@v1 with: + token: ${{ secrets.CODECOV_TOKEN }} + files: ./coverage.xml + flags: unittests + env_vars: OS,PYTHON + name: codecov-umbrella fail_ci_if_error: true + path_to_write_report: ./codecov_report.txt + verbose: true