From ff6027e8a53b391f95bb52fa25424b4092f5a022 Mon Sep 17 00:00:00 2001 From: Oliver Lee Date: Sun, 24 Dec 2023 14:31:23 -0800 Subject: [PATCH] fix codecov.yml location Change-Id: Ie45398c4b048d35fc54ba7f6e76e3525dfbfe61c --- .github/codecov.yml | 13 +++++++++++++ .github/coverage.yml | 18 ------------------ 2 files changed, 13 insertions(+), 18 deletions(-) create mode 100644 .github/codecov.yml delete mode 100644 .github/coverage.yml 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