From dbf1d7ed8ddc0ec88dfdf9c53c1d7838fdff6562 Mon Sep 17 00:00:00 2001 From: Antonio Senra Filho Date: Wed, 16 Oct 2024 10:12:17 -0300 Subject: [PATCH] NEW: Added codecov yaml configuration --- codecov.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 0000000..cb5b537 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,8 @@ +coverage: + status: + project: #add everything under here, more options at https://docs.codecov.com/docs/commit-status + default: + # basic + target: 80% #default + threshold: 0% + base: auto \ No newline at end of file