From db43ba615c9084963f743df86512bd92ac88c8af Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 28 Jul 2024 18:56:54 +0200 Subject: Move coverage report from travis to github actions --- codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 codecov.yml (limited to 'codecov.yml') diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..04c55859 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +comment: false + +coverage: + status: + project: + default: + target: auto + threshold: 1% + informational: true + patch: + default: + target: auto + threshold: 1% + informational: true -- cgit v1.2.1