diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9684596..5bd9f6d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,4 +34,4 @@ jobs: uses: codecov/codecov-action@v4 with: file: ./coverage.xml - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: false \ No newline at end of file