From ee2bb1fb6a83ec8e384c5fa30ca0280dae8113fb Mon Sep 17 00:00:00 2001 From: Bill Little Date: Mon, 29 Apr 2024 08:56:48 +0100 Subject: [PATCH] add codecov configuration --- MANIFEST.in | 1 + codecov.yml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 codecov.yml diff --git a/MANIFEST.in b/MANIFEST.in index 38779ee5..07fbbc06 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,5 +12,6 @@ exclude .gitignore exclude .pre-commit-config.yaml exclude .readthedocs.yml exclude .ruff.toml +exclude codecov.yml include *.md include *.py diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..b41476dc --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + # see https://docs.codecov.com/docs/commit-status + status: + project: + default: + target: auto + threshold: 5% # coverage can drop by up to % while still posting success + patch: off