From 357c654db8b43a34df0901b247929afb6945766f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Michaud?= Date: Sat, 22 Jan 2022 16:55:13 +0100 Subject: [PATCH] ci(codecov): exclude coverage files from the coverage itself (#2832) Co-authored-by: James Elliott --- .codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 262c8c3bb..4287a1ca8 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -32,9 +32,11 @@ flags: frontend: paths: - "web/" + - "!web/coverage/" ignore: - "web/src/serviceWorker.ts" + - "**/coverage.txt" parsers: gcov: