diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-17 11:47:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-17 11:47:50 +0200 |
commit | 37e802b42bb53ac81d47bcf7b1e78d078b54dcb9 (patch) | |
tree | f67331fef39158629f6ec397d004b08f991216dd /.github/codecov.yml | |
parent | 3844fdb97392906fb6f75efeca1b01a94e42fc6c (diff) | |
download | warden-37e802b42bb53ac81d47bcf7b1e78d078b54dcb9.tar.bz2 warden-37e802b42bb53ac81d47bcf7b1e78d078b54dcb9.zip |
ci: test (#5)
Diffstat (limited to '.github/codecov.yml')
-rw-r--r-- | .github/codecov.yml | 13 |
1 files changed, 13 insertions, 0 deletions
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 |