Skip to content

Commit e2df6ec

Browse files
committed
fix lcov typo
1 parent ebfebb9 commit e2df6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
fail_ci_if_error: true # optional (default = false)
5050
disable_search: true
51-
files: ./${{ env.broadcastjsWorkingDirectory }}/coverage/icov.info # optional
51+
files: ./${{ env.broadcastjsWorkingDirectory }}/coverage/lcov.info # optional
5252
flags: broadcast # optional
5353
name: broadcastjs-coverage # optional
5454
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)