We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfebb9 commit e2df6ecCopy full SHA for e2df6ec
.github/workflows/ci-validation.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
fail_ci_if_error: true # optional (default = false)
50
disable_search: true
51
- files: ./${{ env.broadcastjsWorkingDirectory }}/coverage/icov.info # optional
+ files: ./${{ env.broadcastjsWorkingDirectory }}/coverage/lcov.info # optional
52
flags: broadcast # optional
53
name: broadcastjs-coverage # optional
54
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments