scoverage / gradle-scoverage

A plugin to enable the use of Scoverage in a gradle Scala project
Apache License 2.0
53 stars 38 forks source link

Fix functional tests and add (ignored) tests for composite builds and Scala 2.13 #141

Closed eyalroth closed 4 years ago

eyalroth commented 4 years ago

This PR is a unification of three tasks:

  1. 132 - add ignored tests for composite builds.

  2. 131 - fix the cross scala version tests (but now with the 2.13 test ignored).

  3. Fix the execution of the functional tests in IntelliJ (see IDEA-244060).

I will close the other PRs. @maiflai please merge this :)