From d687796cf81d649529d5badf147b0092d3799881 2021-11-12 19:49:10 From: Matthias Bussonnier Date: 2021-11-12 19:49:10 Subject: [PATCH] Merge pull request #13260 from Kojoley/fix-codecov.yml-syntax Fix codecov.yml syntax --- diff --git a/codecov.yml b/codecov.yml index 31ab1f1..9a798d0 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,10 +5,10 @@ coverage: default: false library: target: auto - paths: '!.*/tests/.*' + paths: ['!.*/tests/.*'] tests: target: auto - paths: '.*/tests/.*' + paths: ['.*/tests/.*'] codecov: require_ci_to_pass: false