Skip to content

Commit 8968a6e

Browse files
committed
uncomment coveralls
1 parent b62c06b commit 8968a6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- run: npm i
2424
- run: npm run lint
2525
- run: npm run coverage
26-
# - name: Upload coverage to Coveralls
27-
# uses: coverallsapp/github-action@master
28-
# with:
29-
# github-token: ${{ secrets.GITHUB_TOKEN }}
30-
# if: ${{ matrix.node-version == 12 }}
26+
- name: Upload coverage to Coveralls
27+
uses: coverallsapp/github-action@master
28+
with:
29+
github-token: ${{ secrets.GITHUB_TOKEN }}
30+
if: ${{ matrix.node-version == 14 }}
3131
test-browser:
3232
runs-on: ubuntu-latest
3333
steps:

0 commit comments

Comments
 (0)