Skip to content

Commit

Permalink
chore(deps): bump MishaKav/jest-coverage-comment from 1.0.23 to 1.0.24
Browse files Browse the repository at this point in the history
Bumps [MishaKav/jest-coverage-comment](https://github.com/mishakav/jest-coverage-comment) from 1.0.23 to 1.0.24.
- [Release notes](https://github.com/mishakav/jest-coverage-comment/releases)
- [Changelog](https://github.com/MishaKav/jest-coverage-comment/blob/main/CHANGELOG.md)
- [Commits](MishaKav/jest-coverage-comment@41b5ca0...f2e8b56)

---
updated-dependencies:
- dependency-name: MishaKav/jest-coverage-comment
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 84e95c3 commit bae4b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
if: steps.chromatic-deploy.outcome == 'success'
# This comments the current Jest Coverage Report containing JUnit XML reports
# and a Code Coverage Summary
uses: MishaKav/jest-coverage-comment@41b5ca01d1250de84537448d248b8d18152cb277 # v1.0.23
uses: MishaKav/jest-coverage-comment@f2e8b560403c4fd8234a2b268af3c28ca91e5cc7 # v1.0.24
with:
title: 'Unit Test Coverage Report'
junitxml-path: ./junit.xml
Expand Down

0 comments on commit bae4b00

Please sign in to comment.