mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore: custom github token for coverage reporter
This commit is contained in:
parent
f046787a07
commit
b475139a80
5
.github/workflows/checks.yml
vendored
5
.github/workflows/checks.yml
vendored
@ -60,6 +60,7 @@ jobs:
|
||||
container:
|
||||
image: node:18-alpine3.16
|
||||
needs: [build]
|
||||
environment: development
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
@ -72,4 +73,6 @@ jobs:
|
||||
run: npm run cover
|
||||
- uses: romeovs/lcov-reporter-action@v0.2.16
|
||||
with:
|
||||
lcov-file: ./.coverage/lcov.info
|
||||
lcov-file: ./.coverage/lcov.info
|
||||
delete-old-comments: true
|
||||
github-token: ${{ secrets.LCOV_REPORTER_GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user