1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-03-16 18:51:12 -04:00
Catch2/codecov.yml

26 lines
440 B
YAML
Raw Normal View History

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