diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..fe1721a --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,13 @@ +coverage: + status: + project: + default: + target: auto + threshold: 0% + patch: + default: + target: auto + threshold: 0% + +github_checks: + annotations: true diff --git a/.github/coverage.yml b/.github/coverage.yml deleted file mode 100644 index 358bb64..0000000 --- a/.github/coverage.yml +++ /dev/null @@ -1,18 +0,0 @@ -coverage: - status: - project: - default: - # basic - target: auto - threshold: 0% - base: auto - flags: - - unit - paths: - - "src" - # advanced settings - branches: - - master - if_ci_failed: error #success, failure, error, ignore - informational: false - only_pulls: false