diff options
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codecov.yml b/codecov.yml index 5243383f..eb499c3a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -10,7 +10,7 @@ coverage: target: auto threshold: 0% informational: true - + # do not include tests folders ignore: - "tests" |