Skip to content

Commit 2e4d709

Browse files
committed
カバレッジファイル指定
1 parent 1f0ca06 commit 2e4d709

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: coverallsapp/github-action@master
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
36+
file: coverage/clover.xml
3637
continue-on-error: true
3738
test-js:
3839
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: coverallsapp/github-action@master
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
21+
file: coverage/clover.xml
2122
continue-on-error: true
2223
test-js:
2324
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)