Skip to content

Update sbt-scoverage to 2.0.1 #4476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 11, 2022

Conversation

scala-steward
Copy link
Contributor

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

@RustedBones
Copy link
Contributor

RustedBones commented Aug 10, 2022

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
Copy link

codecov bot commented Aug 10, 2022

Codecov Report

Merging #4476 (b1ed854) into main (d5d128f) will increase coverage by 0.00%.
The diff coverage is n/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.

@RustedBones RustedBones force-pushed the update/sbt-scoverage-2.0.1 branch from d5e2d4f to b1ed854 Compare August 10, 2022 11:00
@scala-steward
Copy link
Contributor Author

Superseded by #4493.

@RustedBones
Copy link
Contributor

site is still working after overriding scala-xml version

@RustedBones RustedBones merged commit ab30c30 into spotify:main Aug 11, 2022
RustedBones pushed a commit that referenced this pull request Nov 22, 2022
* Update sbt-scoverage to 2.0.1

* Force scala-xml v2 for plugins

Co-authored-by: Michel Davit <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants