From 37e802b42bb53ac81d47bcf7b1e78d078b54dcb9 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 17 Aug 2025 11:47:50 +0200 Subject: ci: test (#5) --- .github/codecov.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/codecov.yml (limited to '.github/codecov.yml') diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 0000000..a51dfc6 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,13 @@ +# doc: https://docs.codecov.com/docs/codecovyml-reference +coverage: + # range: 85..100 + round: down + precision: 1 + status: + project: + default: + threshold: 1% + +comment: + layout: "files" + require_changes: true -- cgit v1.2.3