chore: export coverage report

This commit is contained in:
DarkSky
2023-02-05 19:05:43 +08:00
parent e4905b317a
commit 1d1f211d37
2 changed files with 4 additions and 2 deletions

View File

@@ -44,6 +44,9 @@ jobs:
# NEXT_PUBLIC_FIREBASE_APP_ID: ${{ secrets.NEXT_PUBLIC_FIREBASE_APP_ID }}
# NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID: ${{ secrets.NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID }}
- name: Collect code coverage report
run: pnpm exec nyc report -t .nyc_output --report-dir .coverage --reporter=lcov
- name: Upload e2e test coverage results
uses: codecov/codecov-action@v3
with: