From d2aa5520c6adfc3fbb6b6ac1ee604ae04c21f81d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey=20Vilas?= Date: Fri, 11 Mar 2022 11:17:23 +0100 Subject: [PATCH] Fix .codecov.yml after src path change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Brey Vilas --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index c37e718d5e..61780c6b2e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -20,5 +20,5 @@ github_checks: annotations: false ignore: - - "src/main/res/values*/*" + - "app/src/main/res/values*/*"