From 716cb581c1e9ca278446ad067dca6d5616787b9b Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Tue, 6 Jun 2017 00:40:20 -0700 Subject: [PATCH] Added .codecov.yml --- .codecov.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..48fb973 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,30 @@ +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 + +ignore: + - "src/main/java/libsys/*Dialog.java" + - "src/main/java/libsys/Main*" \ No newline at end of file