diff --git a/changelogs/fragments/codecov_pr.yml b/changelogs/fragments/codecov_pr.yml new file mode 100644 index 0000000..ad3c08c --- /dev/null +++ b/changelogs/fragments/codecov_pr.yml @@ -0,0 +1,3 @@ +--- +trivial: + - codecov - added a new codecov workflow and changing codecov.yml for added functionality. diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..c77c91a --- /dev/null +++ b/codecov.yml @@ -0,0 +1,15 @@ +--- +codecov: + require_ci_to_pass: true +comment: + layout: " diff, flags, files" + behavior: default + require_changes: false + require_base: false + require_head: true +coverage: + status: + patch: false + project: + default: + threshold: 0.3%