You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if I add stuff like sonarqube the code coverage reporting stops working (results in an empty coverage report; mocha and sonarqube reporters work fine):
Using the NodeJS API, let's say our
config
is like this:If I add the
coverage
-stuff, everything works fine:However, if I add stuff like
sonarqube
the code coverage reporting stops working (results in an empty coverage report;mocha
andsonarqube
reporters work fine):All this is with:
Anyone else experiencing this kind of issue?
The text was updated successfully, but these errors were encountered: