scio
scio copied to clipboard
Update sbt-scoverage to 2.0.1
Updates org.scoverage:sbt-scoverage from 2.0.0 to 2.0.1. GitHub Release Notes - Version Diff
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a .scala-steward.conf
file.
Have a fantastic day writing Scala!
Files still referring to the old version number
The following files still refer to the old version number (2.0.0). You might want to review and update them manually.
site/src/main/paradox/Apache-Beam.md
Adjust future updates
Add this to your .scala-steward.conf
file to ignore future updates of this dependency:
updates.ignore = [ { groupId = "org.scoverage", artifactId = "sbt-scoverage" } ]
Or, add this to slow down future updates of this dependency:
dependencyOverrides = [{
pullRequests = { frequency = "@monthly" },
dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
}]
labels: sbt-plugin-update, early-semver-patch, semver-spec-patch, old-version-remains, commit-count:1
See here
This is blocked by the usage of sbt-site
transitivelly depending on scala-xml
1.0.6
from unfiltered (updated 4m ago already) and knockoff
Codecov Report
Merging #4476 (b1ed854) into main (d5d128f) will increase coverage by
0.00%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #4476 +/- ##
=======================================
Coverage 60.48% 60.48%
=======================================
Files 275 275
Lines 9882 9881 -1
Branches 444 432 -12
=======================================
Hits 5977 5977
+ Misses 3905 3904 -1
Impacted Files | Coverage Δ | |
---|---|---|
...scala/com/spotify/scio/bigquery/MockBigQuery.scala | 0.00% <0.00%> (ø) |
|
...la/com/spotify/scio/bigquery/client/TableOps.scala | 0.00% <0.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Superseded by #4493.
site
is still working after overriding scala-xml
version