From e4b2c71720ceb86d6063613a2903779f6409e24f Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sun, 17 Oct 2021 10:28:07 -1000 Subject: Configure codecov to use PR status check (#204) --- codecov.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 codecov.yml (limited to 'codecov.yml') diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..4204607 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,13 @@ +comment: false + +coverage: + status: + patch: + default: + target: auto + project: + default: + target: auto + +github_checks: + annotations: false -- cgit v1.2.1