Last active
June 7, 2016 22:04
-
-
Save stevepeak/29859a6fd685c8201e787ac38fdc6ddc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# all the values below are set by default to all project. | |
# you can essentially skip these settings in your custom file. | |
codecov: | |
notify: | |
require_ci_to_pass: yes | |
coverage: | |
precision: 2 | |
round: down | |
range: "70...100" | |
status: | |
project: yes | |
patch: yes | |
changes: no | |
parsers: | |
gcov: | |
branch_detection: | |
conditional: yes | |
loop: yes | |
method: no | |
macro: no | |
comment: | |
layout: "header, diff" | |
behavior: default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment