Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.