File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -36,19 +36,19 @@ jobs:
3636 # uses: jwgmeligmeyling/checkstyle-github-action@master
3737 # with:
3838 # path: '**/checkstyle-result.xml'
39- - name : Coverage
40- if : matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
41- run : npm run coverage
42- - name : Setup LCOV
43- if : matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
44- uses : hrishikesh-kadam/setup-lcov@v1
45- with :
46- ref : v1.16
47- - name : Report code coverage
48- if : matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
49- uses : zgosalvez/github-actions-report-lcov@v4
50- with :
51- coverage-files : coverage/lcov.info
52- artifact-name : code-coverage-report
53- github-token : ${{ secrets.GITHUB_TOKEN }}
54- update-comment : false
39+ # - name: Coverage
40+ # if: matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
41+ # run: npm run coverage
42+ # - name: Setup LCOV
43+ # if: matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
44+ # uses: hrishikesh-kadam/setup-lcov@v1
45+ # with:
46+ # ref: v1.16
47+ # - name: Report code coverage
48+ # if: matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
49+ # uses: zgosalvez/github-actions-report-lcov@v4
50+ # with:
51+ # coverage-files: coverage/lcov.info
52+ # artifact-name: code-coverage-report
53+ # github-token: ${{ secrets.GITHUB_TOKEN }}
54+ # update-comment: true
You can’t perform that action at this time.
0 commit comments