Include js coverage output in artifact to check it

This commit is contained in:
shamoon
2025-09-19 09:59:26 -07:00
parent 70d88d4b9c
commit f71fe9356f

View File

@@ -396,6 +396,7 @@ jobs:
path: | path: |
merged-backend-coverage.xml merged-backend-coverage.xml
.nyc_output/* .nyc_output/*
coverage/lcov.info
retention-days: 7 retention-days: 7
if-no-files-found: error if-no-files-found: error
include-hidden-files: true include-hidden-files: true