Skip to content

Commit

Permalink
add a coverage folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshsadhwani99 committed Aug 12, 2024
1 parent 21053b3 commit 890a66f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
- name: Prepare Report Directory
run: |
mkdir -p ./public/reports/frontend
mkdir -p ./public/reports/frontend/coverage
mv ./web/reports/test-report.html ./public/reports/frontend/
mv ./web/coverage/lcov-report/* ./public/reports/frontend/
mv ./web/coverage/lcov-report/* ./public/reports/frontend/coverage/
# Deploy reports to GitHub Pages
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 890a66f

Please sign in to comment.