From 7ef9737d248e4671783cbae8149c9989526fa698 Mon Sep 17 00:00:00 2001 From: carlosmaniero Date: Sun, 19 Jul 2020 15:49:21 -0300 Subject: [PATCH] adds paths --- codecov.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 1709457..0374589 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,18 +5,20 @@ coverage: target: auto flags: - jig + paths: + - jig jigcss: target: auto flags: - jigcss + paths: + - jigcss flags: jig: paths: - jig/**/* carryforward: true - joined: true jigcss: paths: - jigcss/**/* - carryforward: false joined: true \ No newline at end of file