diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60f5dff..42e4aa5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,4 +47,4 @@ jobs: uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: false \ No newline at end of file + fail_ci_if_error: true \ No newline at end of file