Skip to content

Commit

Permalink
chore(coverage) add report as zip file to gh pages
Browse files Browse the repository at this point in the history
Signed-off-by: David Edler <[email protected]>
  • Loading branch information
edlerd committed Feb 23, 2024
1 parent d47b4f7 commit 6b57449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
set -x
sudo chmod -R 0777 ../lxd-ui
yarn test-coverage
zip -r coverage/playwright-report/cobertura-coverage.zip coverage/playwright-report/cobertura-coverage.xml
- name: Upload coverage report
if: always()
Expand Down

0 comments on commit 6b57449

Please sign in to comment.