2018-06-26 08:43:23 +00:00
|
|
|
codecov:
|
|
|
|
notify:
|
|
|
|
require_ci_to_pass: yes
|
|
|
|
|
|
|
|
coverage:
|
|
|
|
precision: 2
|
|
|
|
round: down
|
|
|
|
range: "70...100"
|
|
|
|
|
|
|
|
status:
|
2019-04-29 02:28:45 +00:00
|
|
|
project:
|
|
|
|
default:
|
|
|
|
target: 0%
|
|
|
|
threshold: 5%
|
2019-09-22 17:54:46 +00:00
|
|
|
base: parent
|
2019-04-29 02:28:45 +00:00
|
|
|
branches: null
|
2019-09-22 17:54:46 +00:00
|
|
|
if_no_uploads: error
|
2019-04-29 02:28:45 +00:00
|
|
|
if_not_found: success
|
2019-09-22 17:54:46 +00:00
|
|
|
if_ci_failed: error
|
2019-04-29 02:28:45 +00:00
|
|
|
only_pulls: false
|
|
|
|
flags: null
|
|
|
|
paths: null
|
2019-04-10 15:06:54 +00:00
|
|
|
patch: no
|
2018-06-26 08:43:23 +00:00
|
|
|
changes: no
|
|
|
|
|
|
|
|
parsers:
|
|
|
|
gcov:
|
|
|
|
branch_detection:
|
|
|
|
conditional: yes
|
|
|
|
loop: yes
|
|
|
|
method: no
|
|
|
|
macro: no
|
|
|
|
|
|
|
|
comment:
|
|
|
|
layout: "header, diff"
|
|
|
|
behavior: default
|
2019-09-22 17:54:46 +00:00
|
|
|
require_changes: false
|
2019-10-11 20:45:44 +00:00
|
|
|
|
|
|
|
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/.*"
|
2019-10-17 15:47:37 +00:00
|
|
|
# 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.
|
2019-10-16 09:52:19 +00:00
|
|
|
- "lib/API/.*"
|