jest-sonar
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,2 +5,6 @@ # Changelog | ||
### [0.1.1](https://github.com/sh33dafi/jest-sonar/compare/v0.1.0...v0.1.1) (2019-07-11) | ||
## [0.1.0](https://github.com/sh33dafi/jest-sonar/compare/v0.0.2...v0.1.0) (2019-07-10) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "jest-sonar", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A sonar reporter for jest", | ||
"keywords": [ | ||
"jest", | ||
"sonar", | ||
"sonarqube", | ||
"test", | ||
"report" | ||
], | ||
"main": "index.js", | ||
@@ -6,0 +13,0 @@ "repository": "git@github.com:sh33dafi/jest-sonar.git", |
# jest-sonar | ||
jest-sonar is a custom test reporter for [Jest](https://jestjs.io/). | ||
It converts the generated report into Sonar's [Generic Execution format](https://docs.sonarqube.org/latest/analysis/generic-test/#header-2) | ||
It converts the generated report into Sonar's [Generic Execution format](https://docs.sonarqube.org/latest/analysis/generic-test/#header-2). | ||
@@ -43,3 +43,3 @@ [![Build Status](https://travis-ci.org/sh33dafi/jest-sonar.svg?branch=master)](https://travis-ci.org/sh33dafi/jest-sonar) | ||
You can set these options when defining the reporter in `jest.config` | ||
You can set these options when defining the reporter in `jest.config`: | ||
@@ -59,3 +59,3 @@ ```javascript | ||
## Contribution | ||
We welcome contributions to this project, either by submitting bug reports, submitting feature requests or submitting pull requests. | ||
Contributions to this project are welcome, either by submitting bug reports, submitting feature requests or submitting pull requests. | ||
@@ -73,3 +73,1 @@ ### Creating a pull request | ||
This project uses the [MIT](LICENSE) licence. | ||
## FAQ |
210851
18
71