From 71f5303bdd8b6ff14dd3835da5ad4c71a7146321 Mon Sep 17 00:00:00 2001 From: js2264 Date: Thu, 18 Jan 2024 12:45:48 +0100 Subject: [PATCH] ci: add .codecov.yml --- .codecov.yml | 9 +++++++++ .gitignore | 1 + 2 files changed, 10 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..2d8759f --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,9 @@ +coverage: + status: + project: + default: + target: auto + threshold: 1% + if_ci_failed: ignore #success, failure, error, ignore + informational: false + only_pulls: false diff --git a/.gitignore b/.gitignore index 3b9d1cd..27c5025 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ tests_data/assembly.fa.fxi tests_data/outdir/cam.pdf nohup.out codecov* +!.codecov.yml # vscode .vscode