From c0852be4e85518bb2d90a2e0452b8d2f48abec3c Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Thu, 29 Aug 2019 07:52:30 +0200 Subject: [PATCH] ignore bc-tests in coverage --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 730ded095..4e1c648cf 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,6 +7,7 @@ ignore: # TODO remove with 1.0.0 - "misc/atrium-assertions/**/*" - "misc/specs/**/*" + - "misc/atrium-bc-test/**/*" - "apis/**/assertions/**/*" - "domain/api/**/assertions/**/*" - "domain/atrium-domain-api-deprecated/**/*"