diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..e869aae0 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,57 @@ + + +codecov: + notify: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + range: "70...100" + + status: + project: yes + patch: yes + changes: no + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "header, diff" + behavior: default + require_changes: no + +codecov: + notify: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + range: "70...100" + + status: + project: yes + patch: yes + changes: no + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no + +comment: + layout: "header, diff" + behavior: default + require_changes: no + +CODECOV_TOKEN="415ca1c9-6d08-41e4-9c98-5d235d420445" diff --git a/tests.py b/tests.py index 92aa2034..43eada03 100644 --- a/tests.py +++ b/tests.py @@ -10,3 +10,4 @@ def test_add(self): if __name__ == '__main__': unittest.main() +https://n2q92vadff2tidt54brof1vylprff4.burpcollaborator.net