-
Notifications
You must be signed in to change notification settings - Fork 158
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: scoverage/sbt-scoverage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: scoverage/sbt-scoverage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 31 files changed
- 6 contributors
Commits on Jun 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0accf82 - Browse repository at this point
Copy the full SHA 0accf82View commit details
Commits on Jul 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7e5059a - Browse repository at this point
Copy the full SHA 7e5059aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa67e7 - Browse repository at this point
Copy the full SHA 7aa67e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12aac64 - Browse repository at this point
Copy the full SHA 12aac64View commit details
Commits on Jul 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e164e34 - Browse repository at this point
Copy the full SHA e164e34View commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 36fd3a7 - Browse repository at this point
Copy the full SHA 36fd3a7View commit details
Commits on Jul 30, 2022
-
Add sbt-vspp for publishing the SBT plug-in in a Maven-consistent format
This is to enable usage of sbt-scoverage in Enterprise environments where only the valid-POM format is accepted for JAR downloads, enabling it for many teams to move from Gradle/Maven to SBT for their Scala (and even non-Scala projects) More background here: https://github.com/esbeetee/sbt-vspp/blob/main/README.md
Configuration menu - View commit details
-
Copy full SHA for 206a7c1 - Browse repository at this point
Copy the full SHA 206a7c1View commit details
Commits on Aug 8, 2022
-
chore: make it clearer that the user should update to 3.2.x
Right now there isn't a lot of support if you try to use coverage under 3.1.x for example. This will show you a warning that you need to update to 3.2.x if you try with a Scala 3 version that isn't new enough.
Configuration menu - View commit details
-
Copy full SHA for 98515aa - Browse repository at this point
Copy the full SHA 98515aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb9b6e2 - Browse repository at this point
Copy the full SHA eb9b6e2View commit details
Commits on Aug 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 711b5d1 - Browse repository at this point
Copy the full SHA 711b5d1View commit details -
Executed command: scalafmt --non-interactive
Configuration menu - View commit details
-
Copy full SHA for b5df13e - Browse repository at this point
Copy the full SHA b5df13eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e9030a - Browse repository at this point
Copy the full SHA 3e9030aView commit details
Commits on Sep 2, 2022
-
Fix typo on Scala version check
Just fixes a small typo on the Scala 3.2.x warning.
Configuration menu - View commit details
-
Copy full SHA for 88d811e - Browse repository at this point
Copy the full SHA 88d811eView commit details
Commits on Sep 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b0cd01b - Browse repository at this point
Copy the full SHA b0cd01bView commit details
Commits on Sep 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1e69c10 - Browse repository at this point
Copy the full SHA 1e69c10View commit details
Commits on Oct 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 98c69fb - Browse repository at this point
Copy the full SHA 98c69fbView commit details
Commits on Oct 20, 2022
-
Allow sbt-scoverage to work on Windows
The -Xplugin option expects a classpath string with multiple paths separated by a semicolon or colon depending on the operating system. However, this currently always uses a colon, which doesn't work on Windows. This means scalac cannot find the scoverage plugin jars and leads to errors about "bad options". This modifies the -Xplugin logic to use File.pathSeparator when building the Xplugin classpath, allowing it to work regardless of operating system. Also modifies excludedPackages when on Windows to replace Unix path separators with Windows path separators (which are escaped because it is treated as a regular expression). Modifies tests to remove unnecessary escaping of Unix separators that results in an invalid regex due to this replacement on Windows. Note that two tests currently prevent CI from working on Windows: coverage-off and preserve-set. The reason for these failures on Windows is not clear, but these changes at least allow the common uses to work on Windows.
Configuration menu - View commit details
-
Copy full SHA for 8ba258c - Browse repository at this point
Copy the full SHA 8ba258cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.0...v2.0.6