From 8ee9c8917b54bec5e8511809cad523231decb0f9 Mon Sep 17 00:00:00 2001 From: testgithub3000 <48494614+testgithub3000@users.noreply.github.com> Date: Wed, 13 Mar 2019 15:49:38 -0700 Subject: [PATCH 1/2] Create codecov.yml --- codecov.yml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 codecov.yml 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" From 0215c457590141d713199c9501b2d18512aecd35 Mon Sep 17 00:00:00 2001 From: testgithub3000 <48494614+testgithub3000@users.noreply.github.com> Date: Wed, 13 Mar 2019 15:52:56 -0700 Subject: [PATCH 2/2] Update tests.py --- tests.py | 1 + 1 file changed, 1 insertion(+) 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