Skip to content

Update sbt-scoverage to 2.0.3#71

Closed
lucaskjaero wants to merge 1 commit intomainfrom
update/sbt-scoverage-2.0.3
Closed

Update sbt-scoverage to 2.0.3#71
lucaskjaero wants to merge 1 commit intomainfrom
update/sbt-scoverage-2.0.3

Conversation

@lucaskjaero
Copy link
Contributor

Updates org.scoverage:sbt-scoverage from 2.0.0 to 2.0.3.
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.

project/plugins.sbt
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

@codecov
Copy link

codecov bot commented Sep 16, 2022

Codecov Report

Merging #71 (ed3b78f) into main (1019786) will decrease coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
- Coverage   69.96%   69.94%   -0.03%     
==========================================
  Files          41       41              
  Lines         666      682      +16     
  Branches       11       93      +82     
==========================================
+ Hits          466      477      +11     
- Misses        200      205       +5     
Flag Coverage Δ
unittest 69.94% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...io/fluentlabs/content/util/ContentFileLoader.scala 100.00% <0.00%> (ø)
...chers/chinese/SimplifiedTraditionalConverter.scala 0.00% <0.00%> (ø)
...efinition/webster/common/WebsterDefiningText.scala 98.00% <0.00%> (+0.08%) ⬆️
...efinition/webster/WebsterDefinitionEntryBase.scala 96.87% <0.00%> (+0.20%) ⬆️
.../definition/webster/common/WebsterDefinition.scala 94.73% <0.00%> (+0.29%) ⬆️
...tion/webster/common/WebsterNestedArrayHelper.scala 86.66% <0.00%> (+2.05%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@lucaskjaero
Copy link
Contributor Author

Superseded by #72.

@lucaskjaero lucaskjaero deleted the update/sbt-scoverage-2.0.3 branch September 21, 2022 02:40
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.

1 participant