Skip to content

scoverage/sbt-scoverage-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 23, 2023
420787b · Dec 23, 2023
Jan 21, 2023
Sep 30, 2023
Dec 29, 2022
Oct 4, 2022
May 14, 2014
Oct 5, 2022
Dec 23, 2023
Nov 23, 2013
Dec 23, 2023
Dec 23, 2023
Nov 5, 2023

Repository files navigation

coveralls-badge

scoverage samples

A sample program for demonstrating scoverage's code coverage. This sample is an akka based mock quote engine.

Note: This project deliberately doesn't have 100% coverage for demonstration purposes.

To create a report you need to run ...

sbt coverage +test +coverageReport

Note: This project builds agains Scala2 and 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 to coveralls by running ...

sbt coverage +test +coverageReport +coveralls

You can find the report on coveralls ...