diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml new file mode 100644 index 0000000..0abdc90 --- /dev/null +++ b/.github/workflows/codecov.yml @@ -0,0 +1,8 @@ +# https://docs.codecov.com/docs/commit-status +coverage: + status: + project: + default: + target: 99.5% + threshold: 0% + if_ci_failed: error \ No newline at end of file diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 150ed22..92620de 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -39,6 +39,5 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@main with: - fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} verbose: true