diff --git a/codecov.yml b/codecov.yml index 069c9a3..3133ee3 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,17 +1,17 @@ -ignore: - - demos - - docs - - tests - - tools -coverage: - precision: 2 - round: down - range: "40...100" # lower coverage expectations - status: - project: - default: - threshold: 1% # lower coverage diff threshold, but maybe is not working - target: 100 - target: 40 - patch: yes - changes: no +ignore: + - demos + - docs + - tests + - tools +coverage: + precision: 2 + round: down + range: "40...100" + status: + project: + default: + threshold: 1% + target: 100 + target: 40 + patch: yes + changes: no