diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3c2370e..d9cfb5e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,6 +32,7 @@ jobs: with: file: ./coverage.xml token: ${{secrets.CODECOV_TOKEN}} + fail_ci_if_error: false functional-test: name: Functional tests diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..9d9edc5 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +codecov: + require_ci_to_pass: yes + +coverage: + status: + project: + default: + enabled: false + patch: + default: + enabled: false