Skip to content

Commit 79127e5

Browse files
Update romeovs/lcov-reporter-action action to v0.4.0 (#675)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3062678 commit 79127e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Unit tests
2222
run: bun test --coverage --coverage-reporter=lcov
2323
- name: Coverage report
24-
uses: romeovs/lcov-reporter-action@v0.3.1
24+
uses: romeovs/lcov-reporter-action@v0.4.0
2525
if: github.event_name == 'pull_request'
2626
with:
2727
lcov-file: ./coverage/lcov.info

0 commit comments

Comments
 (0)