Skip to content

🔧 ci(deps): Bump lucassabreu/comment-coverage-clover from 0.17.0 to 0.17.1 in the github-actions group#581

Merged
jamesrweb merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-edaed46c89
Jul 1, 2026
Merged

🔧 ci(deps): Bump lucassabreu/comment-coverage-clover from 0.17.0 to 0.17.1 in the github-actions group#581
jamesrweb merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-edaed46c89

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 1 update: lucassabreu/comment-coverage-clover.

Updates lucassabreu/comment-coverage-clover from 0.17.0 to 0.17.1

Release notes

Sourced from lucassabreu/comment-coverage-clover's releases.

Release v0.17.1

Changed

Changelog

Sourced from lucassabreu/comment-coverage-clover's changelog.

[0.17.1] - 2026-06-23

Changed

Commits
  • eedc4d7 release: v0.17.1
  • 64f106e fix: update undici
  • 9764c27 Merge pull request #72 from lucassabreu/dependabot/npm_and_yarn/undici-6.27.0
  • 35bad20 chore(deps): bump undici from 6.24.1 to 6.27.0
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [lucassabreu/comment-coverage-clover](https://github.com/lucassabreu/comment-coverage-clover).


Updates `lucassabreu/comment-coverage-clover` from 0.17.0 to 0.17.1
- [Release notes](https://github.com/lucassabreu/comment-coverage-clover/releases)
- [Changelog](https://github.com/lucassabreu/comment-coverage-clover/blob/main/CHANGELOG.md)
- [Commits](lucassabreu/comment-coverage-clover@v0.17.0...v0.17.1)

---
updated-dependencies:
- dependency-name: lucassabreu/comment-coverage-clover
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github-actions labels Jul 1, 2026
@dependabot dependabot Bot requested review from jamesrweb and yevdyko as code owners July 1, 2026 06:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github-actions labels Jul 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

Coverage report for commit: a3dc834
File: ./coverage/clover.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
 100% │ ███████████████████████ │ 100.0%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 100.00% | Methods: 100.00% | Branches: 96.67%
FilesLinesMethodsBranches
src/components
   P5Canvas.tsx100.00%100.00%100.00%
   P5CanvasGuard.tsx100.00%100.00%87.50%
   P5CanvasWithSketch.tsx100.00%100.00%100.00%
src/constants
   CanvasContainerClassName.ts100.00%100.00%100.00%
src/contracts
   CanvasContainer.ts100.00%100.00%100.00%
   CanvasContainerRef.ts100.00%100.00%100.00%
   P5CanvasInstance.ts100.00%100.00%100.00%
   P5CanvasInstanceRef.ts100.00%100.00%100.00%
   P5CanvasInternalProps.ts100.00%100.00%100.00%
   P5CanvasProps.ts100.00%100.00%100.00%
   Sketch.ts100.00%100.00%100.00%
   SketchProps.ts100.00%100.00%100.00%
   Updater.ts100.00%100.00%100.00%
   p5.ts100.00%100.00%100.00%
src
   main.tsx100.00%100.00%100.00%
src/utils
   createP5CanvasInstance.ts100.00%100.00%100.00%
   logErrorBoundaryError.ts100.00%100.00%100.00%
   propsAreEqual.ts100.00%100.00%100.00%
   removeP5CanvasInstance.ts100.00%100.00%100.00%
   updateP5CanvasInstance.ts100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

@jamesrweb jamesrweb merged commit a3e2a89 into main Jul 1, 2026
7 checks passed
@jamesrweb jamesrweb deleted the dependabot/github_actions/github-actions-edaed46c89 branch July 1, 2026 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github-actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant