diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index d5e2098..a575d0a 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -40,7 +40,7 @@ jobs: - uses: codecov/codecov-action@v4 with: - fail_ci_if_error: ${{ true }} # fail ci if error + fail_ci_if_error: true # fail ci if error file: ./cobertura.xml plugin: noop disable_search: true