diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 794d36a9..43bb7636 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -86,4 +86,5 @@ jobs: with: flags: unit verbose: true - fail_ci_if_error: true \ No newline at end of file + fail_ci_if_error: false + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file