Skip to content
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

chore(deps): update dependency org.scoverage:sbt-scoverage to v1.9.3 - abandoned #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
org.scoverage:sbt-scoverage (source) plugin minor 1.6.1 -> 1.9.3

Release Notes

scoverage/sbt-scoverage

v1.9.3

Compare Source

What’s Changed

v1.9.2

Compare Source

What’s Changed

v1.9.1

Compare Source

What’s Changed

v1.9.0

Compare Source

What’s Changed

v1.8.2: sbt-scoverage v1.8.2

Compare Source

What’s Changed

v1.8.1: sbt-scoverage v1.8.1

Compare Source

What’s Changed

v1.8.0: sbt-scoverage v1.8.0

Compare Source

The v1.8.0 release is the first release in a while to bring some new
features!

One thing you may have noticed in the past was some confusion around how
coverageMinimum was calculated. For example you would often see something like
the following:

// build.sbt
coverageMinimum := 80

Then you'd run your tests, and the output would be as follows:

[info] Statement coverage.: 81.00%
[info] Branch coverage....: 70.00%

[info] Coverage reports completed
[info] All done. Coverage was [81.00%]

You may be wondering how does that equate to 81%? There has been quite a few
issues reported in the past that referred to the average not being correct.
However, the coverageMinimum is not an actual average, but simply the
statement coverage. So while branch coverage is shown, it has no effect on the
actual percentage used to fail your build or to show you your end coverage
percentage. This is part of the reason why we've decided to deprecate
coverageMinimum in favor of coverageMinimumStmtTotal to make this clearer.

Another reason is due to the newly added more fine-grained controls you have for
coverage totals thanks to the great work by @​kitbellew. Now we are able to
have much finer control over the various totals with the introduction of some
new setting keys that can all be used to fail your build:

coverageMinimumStmtTotal := 90
coverageMinimumBranchTotal := 90
coverageMinimumStmtPerPackage := 90
coverageMinimumBranchPerPackage := 85
coverageMinimumStmtPerFile := 85
coverageMinimumBranchPerFile := 80

New Features

Bug Fixes

Housekeeping

Big thanks to everyone that made this release possible!

v1.7.3

Compare Source

What’s Changed

While we normally wouldn't publish a release just for this, but this could potentially cause issues with clashing classpaths if the BuildInfo wasn't namespaced.

v1.7.2

Compare Source

What’s Changed

v1.7.1: sbt-scoverage v1.7.1

Compare Source

Small release adding support for the latest scoverage 1.4.4

v1.7.0: sbt-scoverage v1.7.0

Compare Source

  • coverageCleanSubprojectFiles key has been removed
  • No longer cross sbt published. sbt 1.2.8 is now required
  • Only support for Scala 2.12+ versions.

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/org.scoverage-sbt-scoverage-1.x branch from 9e6f2f7 to 1f506d9 Compare May 2, 2021 09:45
@renovate renovate bot changed the title chore(deps): update dependency org.scoverage:sbt-scoverage to v1.7.0 chore(deps): update dependency org.scoverage:sbt-scoverage to v1.7.1 May 2, 2021
@renovate renovate bot force-pushed the renovate/org.scoverage-sbt-scoverage-1.x branch from 1f506d9 to 10e8fcd Compare May 2, 2021 23:26
@renovate renovate bot changed the title chore(deps): update dependency org.scoverage:sbt-scoverage to v1.7.1 chore(deps): update dependency org.scoverage:sbt-scoverage to v1.7.2 May 2, 2021
@renovate renovate bot force-pushed the renovate/org.scoverage-sbt-scoverage-1.x branch from 10e8fcd to 3c5706d Compare May 4, 2021 08:47
@renovate renovate bot changed the title chore(deps): update dependency org.scoverage:sbt-scoverage to v1.7.2 chore(deps): update dependency org.scoverage:sbt-scoverage to v1.7.3 May 4, 2021
@renovate renovate bot force-pushed the renovate/org.scoverage-sbt-scoverage-1.x branch from 3c5706d to 7b333ff Compare May 10, 2021 19:20
@renovate renovate bot changed the title chore(deps): update dependency org.scoverage:sbt-scoverage to v1.7.3 chore(deps): update dependency org.scoverage:sbt-scoverage to v1.8.0 May 10, 2021
@renovate renovate bot force-pushed the renovate/org.scoverage-sbt-scoverage-1.x branch from 7b333ff to b82c0fc Compare May 19, 2021 21:12
@renovate renovate bot changed the title chore(deps): update dependency org.scoverage:sbt-scoverage to v1.8.0 chore(deps): update dependency org.scoverage:sbt-scoverage to v1.8.1 May 19, 2021
@renovate renovate bot force-pushed the renovate/org.scoverage-sbt-scoverage-1.x branch from b82c0fc to 5ee2224 Compare May 28, 2021 21:27
@renovate renovate bot changed the title chore(deps): update dependency org.scoverage:sbt-scoverage to v1.8.1 chore(deps): update dependency org.scoverage:sbt-scoverage to v1.8.2 May 28, 2021
@renovate renovate bot force-pushed the renovate/org.scoverage-sbt-scoverage-1.x branch from 5ee2224 to 6072e6f Compare October 20, 2021 05:56
@renovate renovate bot changed the title chore(deps): update dependency org.scoverage:sbt-scoverage to v1.8.2 chore(deps): update dependency org.scoverage:sbt-scoverage to v1.9.1 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/org.scoverage-sbt-scoverage-1.x branch from 6072e6f to bccd965 Compare March 7, 2022 08:33
@renovate renovate bot changed the title chore(deps): update dependency org.scoverage:sbt-scoverage to v1.9.1 chore(deps): update dependency org.scoverage:sbt-scoverage to v1.9.3 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/org.scoverage-sbt-scoverage-1.x branch from bccd965 to d329652 Compare March 7, 2022 09:39
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update dependency org.scoverage:sbt-scoverage to v1.9.3 chore(deps): update dependency org.scoverage:sbt-scoverage to v1.9.3 - abandoned Mar 6, 2024
Copy link
Contributor Author

renovate bot commented Mar 6, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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