weso / shex-lite

Scala implementation of a compiler for a subset of the Shape Expressions Compact Syntax.
Other
8 stars 9 forks source link

Update sbt-scoverage to 2.0.8 #295

Closed scala-steward closed 10 months ago

scala-steward commented 1 year ago

About this PR

📦 Updates org.scoverage:sbt-scoverage from 1.6.1 to 2.0.8 ⚠

📜 GitHub Release Notes - Version Diff

Usage

✅ Please merge!

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!

âš™ 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 = "30 days" }, dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" } }] ```

labels: sbt-plugin-update, early-semver-major, semver-spec-major, commit-count:1

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.06 :tada:

Comparison is base (4bb7259) 68.78% compared to head (5bb3687) 68.84%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #295 +/- ## ========================================== + Coverage 68.78% 68.84% +0.06% ========================================== Files 96 96 Lines 1419 1425 +6 Branches 75 81 +6 ========================================== + Hits 976 981 +5 - Misses 443 444 +1 ``` [see 4 files with indirect coverage changes](https://app.codecov.io/gh/weso/shex-lite/pull/295/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=weso)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

scala-steward commented 10 months ago

Superseded by #306.