chore: use coveralls

This commit is contained in:
Ricardo Arturo Cabral Mejia 2022-10-18 21:15:02 +00:00
parent b475139a80
commit f74c533952
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245

View File

@ -71,8 +71,9 @@ jobs:
run: npm ci
- name: Run coverage
run: npm run cover
- uses: romeovs/lcov-reporter-action@v0.2.16
- name: Coveralls
uses: coverallsapp/github-action@master
with:
lcov-file: ./.coverage/lcov.info
delete-old-comments: true
github-token: ${{ secrets.LCOV_REPORTER_GITHUB_TOKEN }}
path-to-lcov: ./.coverage/lcov.info
flag-name: Unit
github-token: ${{ secrets.GITHUB_TOKEN }}