catch2/codecov.yml

27 lines
411 B
YAML
Raw Normal View History

2018-01-17 20:02:15 +01:00
coverage:
precision: 2
round: nearest
range: "60...90"
status:
project:
default:
threshold: 2%
2018-02-09 20:09:55 +01:00
patch:
default:
target: 80%
2018-01-17 20:02:15 +01:00
codecov:
branch: master
2018-01-17 20:02:15 +01:00
comment:
layout: "diff"
coverage:
ignore:
- "projects/SelfTest"
- "**/catch_reporter_tap.hpp"
- "**/catch_reporter_automake.hpp"
- "**/catch_reporter_teamcity.hpp"
- "**/external/clara.hpp"