PromiseKit/.github/codecov.yml
Max Howell a484e750e4
v7 initial changes
* Swift 5 only
* No ObjC
* No deprecations
* No submodules
* Uses SwiftPM to generate an `.xcodeproj`
2019-04-07 16:12:27 -04:00

30 lines
361 B
YAML

ignore:
- "Tests"
- "README.md"
- "Documents"
- ".travis.yml"
codecov:
notify:
require_ci_to_pass: yes
coverage:
precision: 1
round: up
range: "70...100"
status:
project: yes
patch: yes
changes: no
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment: off