From a98f1c6efbdc42efbf1d8e2cece1ebe51510af0f Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Tue, 7 May 2024 14:30:49 -0400 Subject: [PATCH] chore: Fixing ignored files in coverage report (#73) --- codecov.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index b7c9add..a93b533 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,7 @@ ignore: - - "**/Views" - - "**/Authenticator.swift" + - "Sources/Authenticator/Views" + - "Sources/Authenticator/Theming" + - "Sources/Authenticator/Authenticator.swift" codecov: branch: main