Skip to content

Commit 83362f1

Browse files
authored
chore: bump coverage-reporter gh action (#175)
1 parent 5759939 commit 83362f1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/rude-rocks-behave.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'davinci-github-actions': patch
3+
---
4+
5+
---
6+
7+
- bump coverage-reporter gh action

report-coverage/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
npx nyc merge "$FOLDER" merged-coverage/coverage.json
2929
3030
- name: Print Coverage
31-
uses: tj-actions/coverage-reporter@v5.1
31+
uses: tj-actions/coverage-reporter@v5.3
3232
env:
3333
REPORTER: ${{ inputs.reporter }}
3434
with:

0 commit comments

Comments
 (0)