https://github.com/screwdriver-cd/coverage-sonar
SonarQube implementation of the coverage-base class
https://github.com/screwdriver-cd/coverage-sonar
Last synced: 11 months ago
JSON representation
SonarQube implementation of the coverage-base class
- Host: GitHub
- URL: https://github.com/screwdriver-cd/coverage-sonar
- Owner: screwdriver-cd
- License: other
- Created: 2018-05-03T00:21:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T23:26:04.000Z (over 2 years ago)
- Last Synced: 2024-11-06T15:24:00.508Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://cd.screwdriver.cd/pipelines/706
- Size: 156 KB
- Stars: 2
- Watchers: 17
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Coverage Sonar Plugin
[![Version][npm-image]][npm-url] ![Downloads][downloads-image] [![Build Status][status-image]][status-url] [![Open Issues][issues-image]][issues-url] ![License][license-image]
> SonarQube implementation of the coverage-base class
## Usage
```bash
npm install screwdriver-coverage-sonar
```
## Testing
```bash
npm test
```
## Related Links
- See [coverage-base](https://github.com/screwdriver-cd/coverage-base)
## License
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.
[npm-image]: https://img.shields.io/npm/v/screwdriver-coverage-sonar.svg
[npm-url]: https://npmjs.org/package/screwdriver-coverage-sonar
[downloads-image]: https://img.shields.io/npm/dt/screwdriver-coverage-sonar.svg
[license-image]: https://img.shields.io/npm/l/screwdriver-coverage-sonar.svg
[issues-image]: https://img.shields.io/github/issues/screwdriver-cd/coverage-sonar.svg
[issues-url]: https://github.com/screwdriver-cd/coverage-sonar/issues
[status-image]: https://cd.screwdriver.cd/pipelines/706/badge
[status-url]: https://cd.screwdriver.cd/pipelines/706