Skip to content

Commit

Permalink
Make test work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandtritsch committed Jul 9, 2023
1 parent 00ff15b commit 74cc9aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
> +coverage
> +test
$ exists target/scala-2.13/scoverage-data/scoverage.coverage
$ exists target/scala-3.2.2-RC2/scoverage-data/scoverage.coverage
$ exists target/scala-3.2.2/scoverage-data/scoverage.coverage
> +coverageReport
$ exists target/scala-2.13/scoverage-report/scoverage.xml
$ exists target/scala-3.2.2-RC2/scoverage-report/scoverage.xml
$ exists target/scala-3.2.2/scoverage-report/scoverage.xml
> +coveralls
$ exists target/scala-2.13/coverage-report/cobertura.xml
$ exists target/scala-2.13/coveralls.json
$ exists target/scala-3.2.2-RC2/coverage-report/cobertura.xml
$ exists target/scala-3.2.2-RC2/coveralls.json
$ exists target/scala-3.2.2/coverage-report/cobertura.xml
$ exists target/scala-3.2.2/coveralls.json

0 comments on commit 74cc9aa

Please sign in to comment.