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 6d3313a commit feeb390Copy full SHA for feeb390
.github/workflows/ci-validation.yml
@@ -34,7 +34,7 @@ jobs:
34
path: ${{ env.broadcastjsWorkingDirectory }}/*-junit.xml # Path to test results
35
reporter: jest-junit # Format of test results
36
- name: Upload coverage
37
- uses: neofinancial/coverage-upload-action
+ uses: neofinancial/coverage-upload-action@v1.0.2
38
if: ${{ (success() || failure()) && (github.event_name == 'pull_request') }}
39
with:
40
coverageData: ${{ env.broadcastjsWorkingDirectory }}/coverage/lcov.info
0 commit comments