Skip to content

Commit

Permalink
Merge pull request #583 from spacejam/tyler_coverage
Browse files Browse the repository at this point in the history
Add SCoverage for generating test coverage reports
  • Loading branch information
Peter Kolloch committed Nov 12, 2015
2 parents 3a6eac2 + d258026 commit 96f2c7e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ title: Contributor Guidelines
- If the change is a bugfix, then the added tests must fail without the patch
as a safeguard against future regressions.

- Changes should not result in a drop in code coverage. Coverage may be
checked by running `mvn scoverage:check`

## Contributing Documentation

We heartily welcome contributions to Chronos's documentation. Documentation should be submitted as a pull request againstthe `master` branch and published to our GitHub pages site by a Chronos committer using the instructions in [docs/README.md](https://github.com/mesos/chronos/tree/master/docs).
We heartily welcome contributions to Chronos's documentation. Documentation should be submitted as a pull request againstthe `master` branch and published to our GitHub pages site by a Chronos committer using the instructions in [docs/README.md](https://github.com/mesos/chronos/tree/master/docs).
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@
</resources>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.scoverage</groupId>
<artifactId>scoverage-maven-plugin</artifactId>
<version>1.0.4</version>
</plugin>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
Expand Down

0 comments on commit 96f2c7e

Please sign in to comment.