Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retronym/jacoco4sbt-demo
Demo project for my fork of jacoco4sbt: https://bitbucket.org/jmhofer/jacoco4sbt/pull-request/4/filter-scala-related-noise-from-jacoco/diff
https://github.com/retronym/jacoco4sbt-demo
Last synced: 26 days ago
JSON representation
Demo project for my fork of jacoco4sbt: https://bitbucket.org/jmhofer/jacoco4sbt/pull-request/4/filter-scala-related-noise-from-jacoco/diff
- Host: GitHub
- URL: https://github.com/retronym/jacoco4sbt-demo
- Owner: retronym
- Created: 2013-10-16T20:57:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-27T09:21:18.000Z (almost 11 years ago)
- Last Synced: 2024-04-16T07:05:21.245Z (7 months ago)
- Language: Scala
- Size: 116 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## jacoco4sbt demo
I've [proposed some changes](https://bitbucket.org/jmhofer/jacoco4sbt/pull-request/4/filter-scala-related-noise-from-jacoco/diff)
to jacoco4sbt to massage the output to increase the signal to nose ratio.This amounts to being aware of the synthetic methods created by scalac
(forwarders, accessors, factories, equals/hashCode etc) and excluding them,
as well as hiding branch and instruction coverage.Please feel free to try it out on your Scala project and see if its an
improvement over 2.1.1.**UPDATE** These changes have been merged and published in jacoco4sbt 2.1.2