Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0042361
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2019-11-21 13:212022-02-01 07:24
ReporterjarmendarizView Statuspublic 
Assigned ToTriage Platform Base 
PrioritylowResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0042361: Ignore some folders from Jest coverage report

DescriptionJest coverage by default creates a report for all files involved in tests, including libraries. Those files should be ignored.
Steps To ReproduceRun "npm run coverage" and check the report can include library files such as BigDecimal.
Proposed SolutionAdd in package.json the following to the "jest" section:

    "coveragePathIgnorePatterns": [
      "node_modules",
      "lib",
      "org.openbravo.client.kernel/js"
    ],
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
caused by feature request 0042177 closedjarmendariz Create infrastucture for javascript tests 

-  Notes
There are no notes attached to this issue.

- 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker