diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 4cb66d0..4e079eb 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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 \ No newline at end of file + lcov-file: ./.coverage/lcov.info + delete-old-comments: true + github-token: ${{ secrets.LCOV_REPORTER_GITHUB_TOKEN }} \ No newline at end of file