mirror of https://github.com/OWASP/Amass
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
428 B
YAML
27 lines
428 B
YAML
codecov:
|
|
disable_default_path_fixes: yes
|
|
|
|
fixes:
|
|
- "github.com/owasp-amass/amass/v3/::github.com/owasp-amass/amass/"
|
|
|
|
ignore:
|
|
- encode_optype.go
|
|
- ./doc/**/*
|
|
- ./examples/**/*
|
|
- ./images/**/*
|
|
- ./resources/**/*
|
|
|
|
coverage:
|
|
range: 20..60
|
|
round: up
|
|
precision: 2
|
|
|
|
comment:
|
|
layout: "reach, diff, files"
|
|
behavior: new
|
|
require_changes: true
|
|
require_base: yes
|
|
require_head: yes
|
|
branches:
|
|
- "develop"
|