From 2e12bd168175fd4551ffa7fae628d5b9f408699b Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Thu, 4 May 2023 15:18:33 +0200 Subject: [PATCH] chore: Ignore test folder for CodeCov SentryProfilerTests are included in the CodeCov report. To fix this ignore the whole test folder. --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 24199547d4f..8d5fdb227e2 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -10,7 +10,7 @@ coverage: round: down ignore: - - "Tests/SentryTests" + - "Tests/*" comment: layout: "reach,diff,flags,files,footer"