diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c2e346f9..94eb3218 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -93,6 +93,6 @@ jobs: files: ./coverage.txt flags: unittests # optional name: codecov-umbrella # optional - fail_ci_if_error: true # optional (default = false) + fail_ci_if_error: false # optional (default = false) verbose: true # optional (default = false) - token: ${{ secrets.CODECOV_TOKEN }} # required \ No newline at end of file + token: ${{ secrets.CODECOV_TOKEN }} # required