catch2/codecov.yml

23 lines
297 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%
ignore:
- "**/external/clara.hpp"
2020-02-02 14:18:20 +01:00
- "tests"
2018-02-09 20:09:55 +01:00
2018-01-17 20:02:15 +01:00
codecov:
branch: devel
2020-01-31 14:44:03 +01:00
max_report_age: off
2018-01-17 20:02:15 +01:00
comment:
layout: "diff"