You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//> using options "-coverage-out:scoverage.coverage"
and running:
scala-cli compile -S 3.nightly .
scala-cli passes the option to compiler but the scoverage.coverage directory is not present neither in cwd nor in the .scala-build directory To Reproduce
GoodCoverage.scala
Expected behaviour
There should be a directory scoverage.coverage containing output from the compiler which is essential to check code coverage with e.g. scoverage.
The text was updated successfully, but these errors were encountered:
Version(s)
checked on 0.1.2 and 0.1.5
Describe the bug
After adding:
and running:
scala-cli passes the option to compiler but the
scoverage.coverage
directory is not present neither in cwd nor in the.scala-build
directoryTo Reproduce
GoodCoverage.scala
Expected behaviour
There should be a directory
scoverage.coverage
containing output from the compiler which is essential to check code coverage with e.g. scoverage.The text was updated successfully, but these errors were encountered: