-
Notifications
You must be signed in to change notification settings - Fork 127
Comparing changes
Open a pull request
base repository: scoverage/scalac-scoverage-plugin
base: v2.0.7
head repository: scoverage/scalac-scoverage-plugin
compare: v2.0.10
Commits on Oct 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0e9dde4 - Browse repository at this point
Copy the full SHA 0e9dde4View commit details
Commits on Oct 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f880769 - Browse repository at this point
Copy the full SHA f880769View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b046c3 - Browse repository at this point
Copy the full SHA 9b046c3View commit details
Commits on Oct 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4089831 - Browse repository at this point
Copy the full SHA 4089831View commit details
Commits on Nov 1, 2022
-
Bump jsdom from 20.0.0 to 20.0.2 (#516)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.0 to 20.0.2. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](jsdom/jsdom@20.0.0...20.0.2) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d8c898 - Browse repository at this point
Copy the full SHA 5d8c898View commit details
Commits on Nov 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bc0ed24 - Browse repository at this point
Copy the full SHA bc0ed24View commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0ea965b - Browse repository at this point
Copy the full SHA 0ea965bView commit details
Commits on Nov 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 40f8af5 - Browse repository at this point
Copy the full SHA 40f8af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cad6f2e - Browse repository at this point
Copy the full SHA cad6f2eView commit details
Commits on Dec 1, 2022
-
Bump jsdom from 20.0.2 to 20.0.3 (#526)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.2 to 20.0.3. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](jsdom/jsdom@20.0.2...20.0.3) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 67166cd - Browse repository at this point
Copy the full SHA 67166cdView commit details
Commits on Jan 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b653a17 - Browse repository at this point
Copy the full SHA b653a17View commit details
Commits on Jan 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c85ccc3 - Browse repository at this point
Copy the full SHA c85ccc3View commit details
Commits on Jan 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e81abc1 - Browse repository at this point
Copy the full SHA e81abc1View commit details
Commits on Feb 1, 2023
-
Bump jsdom from 20.0.3 to 21.1.0 (#533)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.3 to 21.1.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](jsdom/jsdom@20.0.3...21.1.0) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ea602c7 - Browse repository at this point
Copy the full SHA ea602c7View commit details
Commits on Feb 9, 2023
-
Handle branches in anonymous function pattern matching (#534)
* Handle branches in anonymous function pattern matching * Handle canbuildfrom
Configuration menu - View commit details
-
Copy full SHA for 068e41d - Browse repository at this point
Copy the full SHA 068e41dView commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c3cd69 - Browse repository at this point
Copy the full SHA 6c3cd69View commit details
Commits on Mar 10, 2023
-
fix: ignore lazy definition generated from by-name implicits (#536)
Preamble: by-name implicit parameters used for shapeless magic and were introduced in SIP-31 (available from 2.13+): https://docs.scala-lang.org/sips/byname-implicits.html Using scoverage with such code may result in the following warning from the plugin: [warn] Could not instrument [Select/value rec$1]. Originally discovered by using scoverage with the code that derives typeclass instances using kittens library: case class Bar() case class Foo(bars: List[Bar]) object Foo { implicit eq: cats.Eq[Foo] = cats.derived.semiauto.eq } Solution: Ignore LazyDefns$1.rec$1 from instrumentation like other synthetic code Other changes: It was necessary to disable position validation phase for the test case that reproduces the issue because the code generated by scala compiler fails such validation. It could be also checked outside testing environment by manually setting -Yvalidate-pos:typer option to the compiler. Not sure whether it's expected compiler behavior or not
Configuration menu - View commit details
-
Copy full SHA for 8dd2df4 - Browse repository at this point
Copy the full SHA 8dd2df4View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4bfc931 - Browse repository at this point
Copy the full SHA 4bfc931View commit details
Commits on Apr 3, 2023
-
Bump jsdom from 21.1.0 to 21.1.1 (#540)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 21.1.0 to 21.1.1. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](jsdom/jsdom@21.1.0...21.1.1) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4a144d2 - Browse repository at this point
Copy the full SHA 4a144d2View commit details
Commits on Apr 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a040f74 - Browse repository at this point
Copy the full SHA a040f74View commit details
Commits on Apr 10, 2023
-
Update nscplugin, sbt-scala-native, ... to 0.4.12 (#538)
* Update nscplugin, sbt-scala-native, ... to 0.4.12 * Revert commit(s) 647c009 * Update nscplugin, sbt-scala-native, ... to 0.4.12
Configuration menu - View commit details
-
Copy full SHA for c2d7358 - Browse repository at this point
Copy the full SHA c2d7358View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15c260a - Browse repository at this point
Copy the full SHA 15c260aView commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d271929 - Browse repository at this point
Copy the full SHA d271929View commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d39c030 - Browse repository at this point
Copy the full SHA d39c030View commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 360b55f - Browse repository at this point
Copy the full SHA 360b55fView commit details -
Bump jsdom from 21.1.1 to 22.1.0 (#549)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 21.1.1 to 22.1.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](jsdom/jsdom@21.1.1...22.1.0) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 61a59aa - Browse repository at this point
Copy the full SHA 61a59aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a794bd5 - Browse repository at this point
Copy the full SHA a794bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 927a495 - Browse repository at this point
Copy the full SHA 927a495View commit details
Commits on Jun 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8612d70 - Browse repository at this point
Copy the full SHA 8612d70View commit details -
chore: drop support for * < 2.13.5 for 2.13 (#554)
Mainly because semanticdb has started dropping support as well.
Configuration menu - View commit details
-
Copy full SHA for 23e621f - Browse repository at this point
Copy the full SHA 23e621fView commit details
There are no files selected for viewing
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.