catch2/codecov.yml
Martin Hořeňovský 9a5705411a Add % to codecov coverage decrease threshold
Maybe now it will work?
2018-01-26 15:45:31 +01:00

23 lines
364 B
YAML

coverage:
precision: 2
round: nearest
range: "60...90"
status:
project:
default:
threshold: 2%
codecov:
branch: master
comment:
layout: "diff"
coverage:
ignore:
- "projects/SelfTest"
- "**/catch_reporter_tap.hpp"
- "**/catch_reporter_automake.hpp"
- "**/catch_reporter_teamcity.hpp"
- "**/external/clara.hpp"