- Notifications
You must be signed in to change notification settings - Fork33
Sample project for Scoverage in SBT
License
NotificationsYou must be signed in to change notification settings
scoverage/sbt-scoverage-samples
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A sample program for demonstrating scoverage's code coverage. Thissample is an akka based mock quote engine.
Note: This project deliberately doesn't have 100% coverage fordemonstration purposes.
To create a report you need to run ...
sbt coverage +test +coverageReport
Note: This project builds agains Scala2and Scala3.
Afterwards you can find the report in ...
./target/scala-2.13/scoverage-report/index.html./target/scala-3.3.2-RC1/scoverage-report/index.html
You can also upload the report tocoveralls by running ...
sbt coverage +test +coverageReport +coveralls
You can find the report oncoveralls ...
About
Sample project for Scoverage in SBT
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors9
Uh oh!
There was an error while loading.Please reload this page.