[FEATURE]: DD Test Impact Analysis to not override coverageReporters
in jest config
#5666
Labels
coverageReporters
in jest config
#5666
Package Name
dd-trace
Package Version(s)
v4.55.0 (but valid also for v5/latest)
Describe the feature you'd like
https://github.com/DataDog/dd-trace-js/blob/v4.55.0/packages/datadog-instrumentations/src/jest.js#L745
Wanted to enable DD Test Impact Analysis feature over jest tests as we had integration with DD Test Optimisation feature already going, but still get code coverage reports to work despite some tests were skipped, as even partial code coverage could be important for further calculations made over it and some custom reporting is happening right after it.
Would be great if coverage reporters setting were not altered, or if it would be possible to skip this override via some env var set.
Is your feature request related to a problem?
No response
Describe alternatives you've considered
For now went with applying patch over dd-trace package that comments out this line which solves it for me
Additional context
No response
The text was updated successfully, but these errors were encountered: