mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-03-16 06:13:34 +00:00
Ignore vendored library files in .codecov.yml
This now matches the coverage tracking in hotfix.
This commit is contained in:
parent
9e32002b27
commit
b5f4c73cf7
1 changed files with 24 additions and 0 deletions
24
.codecov.yml
24
.codecov.yml
|
@ -35,3 +35,27 @@ 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/SugarXHprof/.*"
|
||||
- "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/.*"
|
||||
|
|
Loading…
Reference in a new issue