From 2f915e0ef41378c4adad94507db99612daf4cf59 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Tue, 31 May 2022 18:56:39 -0400 Subject: [PATCH] ci: set codecov threshold --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..7e6c6e200 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + target: auto + threshold: 1%