diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f90386b..377609e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,3 +19,7 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4 + with: + token: cf629e1e-b0ec-4b5d-9804-64bb840cffa3 + fail_ci_if_error: true + verbose: true