From 2d77d0f88fca703048531b12b9a1b51a0c038c63 Mon Sep 17 00:00:00 2001 From: laynexiong Date: Fri, 15 Dec 2023 17:30:05 +0800 Subject: [PATCH] fix: codecov --- .github/{.codecov.yml => codecov.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{.codecov.yml => codecov.yml} (95%) diff --git a/.github/.codecov.yml b/.github/codecov.yml similarity index 95% rename from .github/.codecov.yml rename to .github/codecov.yml index 9d94908ef..274cac104 100644 --- a/.github/.codecov.yml +++ b/.github/codecov.yml @@ -12,6 +12,6 @@ coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage project: default: branches: - - ^main$ + - ^master$ target: 80.0 # the minimum coverage ratio that the commit must meet to be considered a success. threshold: 1% # allow the coverage to drop by X%, and posting a success status. \ No newline at end of file