We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62c06b commit 8968a6eCopy full SHA for 8968a6e
.github/workflows/build.yml
@@ -23,11 +23,11 @@ jobs:
23
- run: npm i
24
- run: npm run lint
25
- 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 }}
+ - name: Upload coverage to Coveralls
+ uses: coverallsapp/github-action@master
+ with:
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ if: ${{ matrix.node-version == 14 }}
31
test-browser:
32
runs-on: ubuntu-latest
33
steps:
0 commit comments