Skip to content

Commit 990ba1e

Browse files
committed
[#383] Support Github PR comment
1 parent f86b28f commit 990ba1e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)