Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stringbean/sbt-jacoco-example
Example project for sbt-jacoco plugin
https://github.com/stringbean/sbt-jacoco-example
codecov coverage coveralls jacoco sbt sbt-plugin scala
Last synced: 23 days ago
JSON representation
Example project for sbt-jacoco plugin
- Host: GitHub
- URL: https://github.com/stringbean/sbt-jacoco-example
- Owner: stringbean
- Created: 2017-09-08T11:07:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T14:03:18.000Z (over 7 years ago)
- Last Synced: 2024-11-11T17:49:36.582Z (3 months ago)
- Topics: codecov, coverage, coveralls, jacoco, sbt, sbt-plugin, scala
- Language: Scala
- Homepage: http://scala-sbt.org/sbt-jacoco
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sbt-jacoco Example Project
[![Travis](https://img.shields.io/travis/stringbean/sbt-jacoco-example.svg)](https://travis-ci.org/stringbean/sbt-jacoco-example)
[![Coveralls](https://img.shields.io/coveralls/stringbean/sbt-jacoco-example.svg?label=Coveralls)](https://coveralls.io/github/stringbean/sbt-jacoco-example)
[![Codecov](https://img.shields.io/codecov/c/github/stringbean/sbt-jacoco-example.svg?label=Codecov)](https://codecov.io/gh/stringbean/sbt-jacoco-example)This is an example project demonstrating how you configure and use [sbt-jacoco](http://scala-sbt.org/sbt-jacoco) for a
typical project.