Giter Club home page Giter Club logo

Comments (3)

romain-gilles-ultra avatar romain-gilles-ultra commented on June 9, 2024

A remark: If you change the Mill version to 0.11.6 in the .mill-version file then the issue is no longer there

from mill.

lefou avatar lefou commented on June 9, 2024

Thank you for reporting it.

I think it might be related to this change, which was released in Mill 0.11.7.

The idea behind the change was, that we don't want to see each scoverage module twice, esp. as IDEA isn't very great at navigating sources which belong to more than one module.

But since scoverage tests don't depend on the outer module but the outer.scoverage modules, which contains the enhanced classfiles, but is is no longer visible to IDEA, we miss it completely.

from mill.

lefou avatar lefou commented on June 9, 2024

Here is a workaround:

--- a/build.sc
+++ b/build.sc
@@ -11,6 +11,10 @@
     ivy"com.lihaoyi::mainargs:0.6.2"
   )
 
+  override lazy val scoverage: ScoverageData = new ScoverageData {
+    def skipIdea = false // or foo.skipIdea
+  }
+
   object test extends ScoverageTests with ScalaTests {
     def ivyDeps = Agg(ivy"com.lihaoyi::utest:0.7.11")
     def testFramework = "utest.runner.Framework"

from mill.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.