0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-07-27 03:52:21 +00:00
salesagility_SuiteCRM/.codecov.yml
Connor Shea 59318fe4fb Remove SugarXHProf.
The XHProf project has been abandoned for 4 years, and
the version vendored here is much older than even that. It's
undocumented, unmaintained, and it doesn't seem like it even works
on PHP 7.x.

"The best way to choose what to keep and what to throw away
is to take each item in one’s hand and ask: 'Does this spark joy?'
If it does, keep it. If not, dispose of it."

- Marie Kondō
2021-03-26 21:50:32 +00:00

63 lines
1.3 KiB
YAML

codecov:
notify:
require_ci_to_pass: yes
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
target: 0%
threshold: 5%
base: parent
branches: null
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags: null
paths: null
patch: no
changes: no
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment:
layout: "header, diff"
behavior: default
require_changes: false
ignore:
- "include/timezone/.*"
- "include/SuiteGraphs/.*"
- "include/social/.*"
- "include/Smarty/.*"
- "include/reCaptcha/.*"
- "include/phpmailer/.*"
- "include/Pear/.*"
- "include/pclzip/.*"
- "include/nusoap/.*"
- "include/HTTP_WebDAV_Server/.*"
- "include/HTMLPurifier/.*"
- "include/ytree/.*"
- "include/php-sql-parser.php"
- "include/parsecsv.lib.php"
- "modules/AOS_PDF_Templates/PDF_Lib/.*"
- "Zend/.*"
- "modules/AOD_Index/Lib/.*"
- "modules/Users/authentication/SAML2Authenticate/lib/.*"
- "install/demoData.en_us.php"
- "include/tcpdf/.*"
- "modules/AOR_Charts/lib/.*"
# The old lowercase v8 API is deprecated/unsupported and the CI doesn't run the tests for it. The new API uses an upper-case V.
- "lib/API/.*"