Skip to content

Commit 2e399b3

Browse files
richbirchckipp01
authored andcommitted
Update README.md
Remove dollar `$` prompt signs from cli code lines so that copy and paste to run locally works as expected
1 parent 6e786b4 commit 2e399b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ libraryDependencies += "org.scoverage" % "sbt-scoverage_2.12_1.0" % "x.x.x"
3030

3131
Run the tests with enabled coverage:
3232
```
33-
$ sbt clean coverage test
33+
sbt clean coverage test
3434
```
3535
or if you have integration tests as well
3636
```
37-
$ sbt clean coverage it:test
37+
sbt clean coverage it:test
3838
```
3939

4040
To enable coverage directly in your build, use:
@@ -44,7 +44,7 @@ coverageEnabled := true
4444

4545
To generate the coverage reports run
4646
```
47-
$ sbt coverageReport
47+
sbt coverageReport
4848
```
4949

5050
Coverage reports will be in your `target/scala-<scala-version>/scoverage-report`

0 commit comments

Comments
 (0)