mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore: use coveralls
This commit is contained in:
parent
b475139a80
commit
f74c533952
9
.github/workflows/checks.yml
vendored
9
.github/workflows/checks.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user