All Projects → codecov → example-scala

codecov / example-scala

Licence: other
Scala coverage example

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to example-scala

sonar-scala
A free and open-source SonarQube plugin for static code analysis of Scala projects.
Stars: ✭ 113 (+242.42%)
Mutual labels:  coverage, scoverage
pytest-coverage-comment
Comments a pull request with the pytest code coverage badge and full report
Stars: ✭ 32 (-3.03%)
Mutual labels:  coverage
pyvsc
Python packages providing a library for Verification Stimulus and Coverage
Stars: ✭ 58 (+75.76%)
Mutual labels:  coverage
chanjo
Chanjo provides a better way to analyze coverage data in clinical sequencing.
Stars: ✭ 46 (+39.39%)
Mutual labels:  coverage
kotlin-plugin-generated
A Kotlin compiler plugin that annotates Kotlin-generated methods for improved coverage reports
Stars: ✭ 33 (+0%)
Mutual labels:  coverage
urlredir
Educational URL redirector service in Go
Stars: ✭ 26 (-21.21%)
Mutual labels:  coverage
go-echo-boilerplate
The fastest way to build a restful API with golang and echo framework. Includes common required features for modern web applications. A boilerplate project with golang and Echo.
Stars: ✭ 53 (+60.61%)
Mutual labels:  coverage
tikione-jacocoverage
NetBeans module that provides JaCoCo code coverage for Ant based Java SE, Java EE and NetBeans Module projects (JDK5,6,7,8 compatible).
Stars: ✭ 25 (-24.24%)
Mutual labels:  coverage
pytest-notebook
A pytest plugin for regression testing and regenerating Jupyter Notebooks
Stars: ✭ 35 (+6.06%)
Mutual labels:  coverage
goverage
go test -coverprofile for multiple packages
Stars: ✭ 87 (+163.64%)
Mutual labels:  coverage
jacoco-report
Github action that publishes the JaCoCo report as a comment in the Pull Request
Stars: ✭ 31 (-6.06%)
Mutual labels:  coverage
aegir
AEgir - Automated JavaScript project building
Stars: ✭ 73 (+121.21%)
Mutual labels:  coverage
metal.test
Deprecated, superseded by https://github.com/metal-ci/test
Stars: ✭ 41 (+24.24%)
Mutual labels:  coverage
coverxygen
Generate doxygen's documentation coverage report
Stars: ✭ 30 (-9.09%)
Mutual labels:  coverage
react-unit-test-practice
No description or website provided.
Stars: ✭ 16 (-51.52%)
Mutual labels:  coverage
unitest
🌎 Seamless node and browser unit testing with code coverage
Stars: ✭ 28 (-15.15%)
Mutual labels:  coverage
behat-code-coverage
Behat Extension to generate code coverage reports for Behat tests
Stars: ✭ 38 (+15.15%)
Mutual labels:  coverage
phpunit-travis-ci-coverage-example
phpUnit Testing on Travis-CI with Code Coverage on CodeCov
Stars: ✭ 30 (-9.09%)
Mutual labels:  coverage
mutant-swarm
Mutation testing framework and code coverage for Hive SQL
Stars: ✭ 20 (-39.39%)
Mutual labels:  coverage
rollup-plugin-istanbul
Seamless integration between Rollup and Istanbul
Stars: ✭ 39 (+18.18%)
Mutual labels:  coverage

Codecov Scala Example

FOSSA Status

Guide

Travis Setup

Add to your .travis.yml file.

language: scala
after_success:
  - bash <(curl -s https://codecov.io/bash)

Produce Coverage Reports

  1. Add scoverage to plugin list
  • addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") as seen here
  1. Add coverage and coverageReport to sbt
  • sbt clean coverage test coverageReport as seen here

Caveats

Private Repo

Repository tokens are required for (a) all private repos, (b) public repos not using Travis-CI, CircleCI or AppVeyor. Find your repository token at Codecov and provide via appending -t <your upload token> to you where you upload reports.

Links

License

FOSSA Status

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