Skip to content

Commit 8ad7e24

Browse files
committed
chore: upload coverage to coveralls
1 parent fccbe75 commit 8ad7e24

File tree

4 files changed

+1059
-276
lines changed

4 files changed

+1059
-276
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,16 @@ jobs:
2323
with:
2424
node-version-file: '.nvmrc'
2525

26-
2726
- run: |
2827
npm clean-install
2928
npm run check
3029
npm run test
3130
31+
- uses: coverallsapp/github-action@v2
32+
with:
33+
github-token: ${{ secrets.GITHUB_TOKEN }}
34+
path-to-lcov: coverage/lcov.info
35+
3236
prettier-check:
3337
name: Prettier check
3438
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)