diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index cf186b05..c4d755d6 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -39,6 +39,9 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: + fail_ci_if_error: true # optional (default = false) directory: ./ files: ./codeCov.xml - verbose: true + name: codecov-umbrella # optional + token: ${{ secrets.CODECOV_TOKEN }} # required + verbose: true # optional (default = false)