Create .codecov.yml

This commit is contained in:
devezhao 2019-01-31 18:01:34 +08:00
parent f5a38373d4
commit c4b3e87768

8
.codecov.yml Normal file
View file

@ -0,0 +1,8 @@
coverage:
range: 60..100
round: down
precision: 2
ignore:
- "src/test/**/*"
- "src/main/webapp/assets/lib/**/*"