Skip to content
Snippets Groups Projects
Commit ccae4a2c authored by Guillaume Valadon's avatar Guillaume Valadon Committed by GitHub
Browse files

Merge pull request #441 from guedou/codecov_config_file

[coverage] Add a codecov configuration file
parents 9dc5182d 8b81d019
No related branches found
No related tags found
No related merge requests found
codecov:
notify:
# Do not send notifications when CI fails
require_ci_to_pass: true
comment:
# Define codevov comments behavior and content
behavior: default
layout: header, diff, tree
require_changes: false
coverage:
# Define coverage range and precision
precision: 2
range: "70..100"
round: down
status:
# Only consider changes to the whole project
project: true
patch: false
changes: false
parsers:
gcov:
branch_detection:
conditional: true
loop: true
macro: false
method: false
javascript:
enable_partials: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment