Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0042361 | Openbravo ERP | A. Platform | public | 2019-11-21 13:21 | 2022-02-01 07:24 | |||||||
Reporter | jarmendariz | |||||||||||
Assigned To | Triage Platform Base | |||||||||||
Priority | low | Severity | minor | Reproducibility | have not tried | |||||||
Status | new | Resolution | open | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0042361: Ignore some folders from Jest coverage report | |||||||||||
Description | Jest coverage by default creates a report for all files involved in tests, including libraries. Those files should be ignored. | |||||||||||
Steps To Reproduce | Run "npm run coverage" and check the report can include library files such as BigDecimal. | |||||||||||
Proposed Solution | Add in package.json the following to the "jest" section: "coveragePathIgnorePatterns": [ "node_modules", "lib", "org.openbravo.client.kernel/js" ], | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2019-11-21 13:21 | jarmendariz | New Issue | ||||||||||
2019-11-21 13:21 | jarmendariz | Assigned To | => platform | |||||||||
2019-11-21 13:21 | jarmendariz | Modules | => Core | |||||||||
2019-11-21 13:21 | jarmendariz | Triggers an Emergency Pack | => No | |||||||||
2019-11-21 13:22 | jarmendariz | Relationship added | caused by 0042177 | |||||||||
2022-02-01 07:24 | alostale | Assigned To | platform => Triage Platform Base |
There are no notes attached to this issue. |