From c257c676f47b679dd588d2b82ac36ff66d869566 Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Tue, 29 Jun 2021 22:11:08 +0100 Subject: [PATCH] coverage: ignore tests --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 4e2196bd..20ecfd53 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,3 +7,6 @@ coverage: target: auto # Allow a tiny drop of overall project coverage in PR to reduce spurious failures. threshold: 0.25% + +ignore: + - tests/*.rs