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 feeb390 commit 545e52dCopy full SHA for 545e52d
.github/workflows/ci-validation.yml
@@ -33,13 +33,7 @@ jobs:
33
name: JEST Tests # Name of the check run which will be created
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/[email protected]
38
- if: ${{ (success() || failure()) && (github.event_name == 'pull_request') }}
39
- with:
40
- coverageData: ${{ env.broadcastjsWorkingDirectory }}/coverage/lcov.info
41
- env:
42
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
43
- name: Create destination folder
44
run: mkdir -p ${{env.artifactlocation}}
45
- name: Copy file outputjs into staging directory
0 commit comments