diff --git a/.github/codecov.yaml b/.github/codecov.yaml new file mode 100644 index 000000000..267fda412 --- /dev/null +++ b/.github/codecov.yaml @@ -0,0 +1,19 @@ +# more at https://docs.codecov.com/docs/codecovyml-reference +codecov: + token: ${{ secrets.CODECOV_TOKEN }} + bot: "Codecov" + max_report_age: 12 + require_ci_to_pass: yes + notify: + after_n_builds: 1 + wait_for_ci: yes + +coverage: + range: "70...100" + status: + project: + common: + target: auto + paths: "pkg/common" + flags: + - common-unit