chore: custom github token for coverage reporter

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

View File

@ -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 }}