File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed
coverage-excluded-packages
scala3-coverage-excluded-files
scala3-coverage-excluded-packages Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 44> test
55> coverageReport
66# There should be no directory for the excluded files
7+ $ exists target/scala-2.13/scoverage-report/GoodCoverage.scala.html
78-$ exists target/scala-2.13/scoverage-report/two
9+ -$ exists target/scala-2.13/scoverage-report/three
Original file line number Diff line number Diff line change 44> test
55> coverageReport
66# There should be no directory for the excluded package
7+ $ exists target/scala-2.13/scoverage-report/GoodCoverage.scala.html
78-$ exists target/scala-2.13/scoverage-report/two
9+ -$ exists target/scala-2.13/scoverage-report/three
Original file line number Diff line number Diff line change 44> test
55> coverageReport
66# There should be no directory for the excluded files
7- -$ exists target/scala-3.4.2/scoverage-report/two
7+ $ exists target/scala-3.4.2/scoverage-report/GoodCoverage.scala.html
8+ -$ exists target/scala-3.4.2/scoverage-report/two
9+ -$ exists target/scala-3.4.2/scoverage-report/three
Original file line number Diff line number Diff line change 44> test
55> coverageReport
66# There should be no directory for the excluded package
7+ $ exists target/scala-3.4.2/scoverage-report/GoodCoverage.scala.html
78-$ exists target/scala-3.4.2/scoverage-report/two
9+ -$ exists target/scala-3.4.2/scoverage-report/three
You can’t perform that action at this time.
0 commit comments