Giter VIP home page Giter VIP logo

sbt-scct's Introduction

This is a sbt 0.10.x plugin for scct the scala code coverage tool.

scct ist auto-installed depending on the scalaVersion of the project.

WARNING the Jar in the downoads section only works with sbt 0.10.1

Commands:

  • coverage:compile
  • coverage:test
  • coverage:doc

coverage:test and coverage:doc do the same, so that if you run coverage:package-doc, you get your coverage report packaged.

docDirectory is reused for the coverage report directory

Compiling from Source

  1. retrive the sources from github:

    git clone [email protected]:dvc94ch/sbt-scct.git

  2. set sbt version in sbt-scct/project/build.properties:

    sbt.version=0.10.1

  3. publish plugin:

    cd sbt-scct sbt publish-local

  4. add plugin dependency in .sbt/project/plugins/build.sbt:

    libraryDependencies += "ch.craven" %% "scct-plugin" % "0.2"

  5. to enable ScctPlugin in your project, add the following line to your build.sbt

    seq(ScctPlugin.scctSettings: _*)

sbt-scct's People

Contributors

dvc94ch avatar elliottneilclark avatar quelgar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.