This website works better with JavaScript.
Home
Explore
Help
Sign In
binhong
/
LibrarySystem
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added .codecov.yml
master
BinHong Lee
7 years ago
parent
9d77520ea4
commit
716cb581c1
1 changed files
with
30 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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*"
Write
Preview
Loading…
Cancel
Save