Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0042361Openbravo ERPA. Platformpublic2019-11-21 13:212022-02-01 07:24
jarmendariz 
Triage Platform Base 
lowminorhave not tried
newopen 
5
 
 
Core
No
0042361: Ignore some folders from Jest coverage report
Jest coverage by default creates a report for all files involved in tests, including libraries. Those files should be ignored.
Run "npm run coverage" and check the report can include library files such as BigDecimal.
Add in package.json the following to the "jest" section:

    "coveragePathIgnorePatterns": [
      "node_modules",
      "lib",
      "org.openbravo.client.kernel/js"
    ],
No tags attached.
caused by feature request 0042177 closed jarmendariz Create infrastucture for javascript tests 
Issue History
2019-11-21 13:21jarmendarizNew Issue
2019-11-21 13:21jarmendarizAssigned To => platform
2019-11-21 13:21jarmendarizModules => Core
2019-11-21 13:21jarmendarizTriggers an Emergency Pack => No
2019-11-21 13:22jarmendarizRelationship addedcaused by 0042177
2022-02-01 07:24alostaleAssigned Toplatform => Triage Platform Base

There are no notes attached to this issue.