All Projects → galexandre → sonar-cobertura

galexandre / sonar-cobertura

Licence: GPL-3.0 license
Cobertura plugin for SonarQube

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to sonar-cobertura

sonar-css-plugin
SonarQube CSS / SCSS / Less Analyzer
Stars: ✭ 46 (+53.33%)
Mutual labels:  sonarqube
SeleniumTDD
A Selenium TDD framework that incorporates key features of Selenium and TestNG which can be used to create web-based automation scripts.
Stars: ✭ 23 (-23.33%)
Mutual labels:  sonarqube
python-sonarqube-api
Python wrapper for the SonarQube (Community Edition and Enterprise Edition) and SonarCloud API.
Stars: ✭ 107 (+256.67%)
Mutual labels:  sonarqube
workshop-devsecops
La intención de la workshop es mostrar y orientar a los equipos de desarrollo, seguridad y devops (entre otros) que quieran comenzar en DevSecOps, a segurar sus aplicaciones o bien a conocer un poco más acerca del desarrollo seguro, para esto, estaremos otorgando algunos tips e información que fuimos aprendiendo para armar un Pipeline DevSecOps …
Stars: ✭ 14 (-53.33%)
Mutual labels:  sonarqube
sonar-ldap
🏬 LDAP Plugin for SonarQube
Stars: ✭ 31 (+3.33%)
Mutual labels:  sonarqube
advanced-spring-scaffold
This project provides an advanced baseline to help you kick start a Spring project.
Stars: ✭ 21 (-30%)
Mutual labels:  sonarqube
zap-sonar-plugin
Integrates OWASP Zed Attack Proxy reports into SonarQube
Stars: ✭ 66 (+120%)
Mutual labels:  sonarqube
bitnami-docker-sonarqube
Bitnami Docker Image for SonarQube
Stars: ✭ 65 (+116.67%)
Mutual labels:  sonarqube
terraform-aws-sonarqube
SonarQube Terraform Module for AWS
Stars: ✭ 28 (-6.67%)
Mutual labels:  sonarqube
sonar-gerrit-plugin
SonarQube plugin for posting issues as Gerrit review comments
Stars: ✭ 32 (+6.67%)
Mutual labels:  sonarqube
sonar-scala
A free and open-source SonarQube plugin for static code analysis of Scala projects.
Stars: ✭ 113 (+276.67%)
Mutual labels:  sonarqube
sonarlint4netbeans
SonarLint integration for Apache Netbeans
Stars: ✭ 23 (-23.33%)
Mutual labels:  sonarqube
terraform-provider-sonarqube
Terraform provider for managing Sonarqube configuration
Stars: ✭ 26 (-13.33%)
Mutual labels:  sonarqube
FoodApp
Proof of concept for food app [JetPack + Coroutines + Flow + MockK + JaCoCo coverage + SonarQube]
Stars: ✭ 25 (-16.67%)
Mutual labels:  sonarqube
ForgeModdingSkeleton
Skeletons for building Forge mods
Stars: ✭ 21 (-30%)
Mutual labels:  sonarqube
sonarqube-licensecheck
SonarQube Licensecheck Plugin
Stars: ✭ 122 (+306.67%)
Mutual labels:  sonarqube
softvis3d
No description or website provided.
Stars: ✭ 55 (+83.33%)
Mutual labels:  sonarqube
sonar-scanner-ant
SonarQube Scanner for Ant
Stars: ✭ 13 (-56.67%)
Mutual labels:  sonarqube
ods-jenkins-shared-library
Shared Jenkins library which all ODS projects & components use - provisioning, SonarQube code scanning, Nexus publishing, OpenShift template based deployments and repository orchestration
Stars: ✭ 51 (+70%)
Mutual labels:  sonarqube
sonar-auth-gitlab-plugin
Use GitLab OAuth login in SonarQube login page
Stars: ✭ 97 (+223.33%)
Mutual labels:  sonarqube

Sonar Cobertura

Current version: 2.0

Build Status Code Climate Issue Count

How to contribute

  • If you experienced a problem with the plugin please open an issue. Inside this issue please explain us how to reproduce this issue and paste the log.
  • If you want to do a PR, please put inside of it the reason of this pull request. If this pull request fix an issue please insert the number of the issue or explain inside of the PR how to reproduce this issue.
  • Please have a look in the wiki for integration testing.

Description / Feature

This plugin provides the ability to feed SonarQube with code coverage data coming from Cobertura.

Cobertura Plugin | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | 1.8 | 1.9 | 1.9.1 | 2.0 | ---------------- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | Reports generated with Cobertura | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1 | 1.9.4.1

Usage

The default location of the XML Cobertura report is: target/site/cobertura/coverage.xml . You can change it in Configure in the Settings > General Settings > Java > Cobertura page

To launch Cobertura from Maven use this command:mvn cobertura:cobertura -Dcobertura.report.format=xml

For more on Cobertura, see Cobertura' site.

See Code Coverage by Unit Tests for Java Project tutorial.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].