All Projects → codacy → Codacy Coverage Reporter

codacy / Codacy Coverage Reporter

Licence: other
Multi-language coverage reporter for Codacy

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Codacy Coverage Reporter

javadoc-coverage
A Doclet to generate JavaDoc coverage reports ☕️🧪📗
Stars: ✭ 23 (-76.04%)
Mutual labels:  coverage, coverage-report
mutant-swarm
Mutation testing framework and code coverage for Hive SQL
Stars: ✭ 20 (-79.17%)
Mutual labels:  coverage, coverage-report
enterprise
Code coverage done right.® On-premise enterprise version.
Stars: ✭ 63 (-34.37%)
Mutual labels:  coverage, coverage-report
Codecov Python
Python report uploader for Codecov
Stars: ✭ 162 (+68.75%)
Mutual labels:  coverage, coverage-report
Simplecov
Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
Stars: ✭ 4,362 (+4443.75%)
Mutual labels:  coverage, coverage-report
jacoco-badge-generator
Coverage badges, and pull request coverage checks, from JaCoCo reports in GitHub Actions
Stars: ✭ 53 (-44.79%)
Mutual labels:  coverage, coverage-report
goverreport
Command line tool for coverage reporting and validation
Stars: ✭ 44 (-54.17%)
Mutual labels:  coverage, coverage-report
unitest
🌎 Seamless node and browser unit testing with code coverage
Stars: ✭ 28 (-70.83%)
Mutual labels:  coverage, coverage-report
Covr
Test coverage reports for R
Stars: ✭ 285 (+196.88%)
Mutual labels:  coverage, coverage-report
frankencover.it
Code coverage for iOS and OSX.
Stars: ✭ 102 (+6.25%)
Mutual labels:  coverage, coverage-report
Typescript Coverage Report
Node command tool to generate TypeScript coverage report
Stars: ✭ 138 (+43.75%)
Mutual labels:  coverage, coverage-report
Gcovr
generate code coverage reports with gcc/gcov
Stars: ✭ 482 (+402.08%)
Mutual labels:  coverage, coverage-report
Bashcov
Code coverage tool for Bash
Stars: ✭ 113 (+17.71%)
Mutual labels:  coverage, coverage-report
react-testing-mocha-chai-enzyme
A solid test setup for React components with Mocha, Chai, Sinon, Enzyme in a Webpack/Babel application.
Stars: ✭ 48 (-50%)
Mutual labels:  coverage, coverage-report
LocalCoverage.jl
Trivial functions for working with coverage for packages locally.
Stars: ✭ 55 (-42.71%)
Mutual labels:  coverage, coverage-report
Xcov
Nice code coverage reporting without hassle
Stars: ✭ 467 (+386.46%)
Mutual labels:  coverage, coverage-report
Gogradle
A Gradle Plugin Providing Full Support for Go
Stars: ✭ 712 (+641.67%)
Mutual labels:  coverage, coverage-report
Gradle Clover Plugin
Gradle plugin for generating a code coverage report using Clover
Stars: ✭ 67 (-30.21%)
Mutual labels:  coverage
Dspot
Automatically detect and generate missing assertions for Junit test cases (also known as test amplification)
Stars: ✭ 83 (-13.54%)
Mutual labels:  coverage
Example Java
Java Example
Stars: ✭ 64 (-33.33%)
Mutual labels:  coverage

Codacy Coverage Reporter

Codacy Badge Codacy Badge Build Status Maven Central

Multi-language coverage reporter for Codacy https://www.codacy.com

Setup

Follow the instructions on how to add coverage to your repository.

If necessary, see alternative ways of running Codacy Coverage Reporter for other ways of running Codacy Coverage Reporter, such as by installing the binary manually or using a CircleCI Orb or GitHub Action.

For a complete list of commands and options, run the Codacy Coverage Reporter with the flag --help. For example:

$ bash <(curl -Ls https://coverage.codacy.com/get.sh) report --help
     ______          __
    / ____/___  ____/ /___ ________  __
   / /   / __ \/ __  / __ `/ ___/ / / /
  / /___/ /_/ / /_/ / /_/ / /__/ /_/ /
  \____/\____/\__,_/\__,_/\___/\__, /
                              /____/

  Codacy Coverage Reporter

 --> Using codacy reporter codacy-coverage-reporter-linux from cache
Command: report
Usage: codacy-coverage-reporter report 
  --project-token | -t  <your project API token>
  --codacy-api-base-url  <the base URL for the Codacy API>
  --commit-uuid  <your commitUUID>
  --skip | -s  <skip if token isn't defined>
  --language | -l  <your project language>
  --coverage-reports | -r  <your project coverage file name>
  --partial  <if the report is partial>
  --prefix  <the project path prefix>
  --force-coverage-parser  <your coverage parser>
        Available parsers are: opencover,clover,lcov,phpunit,jacoco,dotcover,cobertura


 --> Succeeded!

What is Codacy?

Codacy is an Automated Code Review Tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in Code Reviews.

Among Codacy’s features:

  • Identify new Static Analysis issues
  • Commit and Pull Request Analysis with GitHub, GitLab, and Bitbucket
  • Auto-comments on Commits and Pull Requests
  • Integrations with Slack and Jira
  • Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories

Codacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.

Codacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others.

Free for Open Source

Codacy is free for Open Source projects.

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].