Releases: 3dmind/jest-sonar-reporter
Releases · 3dmind/jest-sonar-reporter
v2.0.0
Features
#11 Add support for different configuration environments.
Breaking changes
Support for TEST_REPORT_PATH
environment variable was removed.
Support for Node version 4 was removed.
v1.3.0
Features
Add support for Sonarqube 5.6.x (@Dubes via #12)
v1.2.0
Features
#8 Use package.json to configure the reporter.
v1.1.1
Fixed
#6 The testResultsProcessor function is now required to return the modified results. (@qtell via #7)
v1.1.0
First version to import Jest reports into SonarQube.