Browse Source

Added .codecov.yml

master
BinHong Lee 7 years ago
parent
commit
716cb581c1
1 changed files with 30 additions and 0 deletions
  1. +30
    -0
      .codecov.yml

+ 30
- 0
.codecov.yml View File

@@ -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*"

Loading…
Cancel
Save