scapy/.github/codecov.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
672 B
YAML
Raw Normal View History

2017-01-02 17:21:29 +00:00
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
2020-09-18 17:58:46 +00:00
project:
default:
target: auto
threshold: 0.5%
base: auto
2017-01-02 17:21:29 +00:00
patch: false
changes: false
parsers:
gcov:
branch_detection:
conditional: true
loop: true
macro: false
method: false
javascript:
enable_partials: yes