Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: zip e2e coverage report and upload it #5540

Merged
merged 6 commits into from
Mar 5, 2024
Merged

chore: zip e2e coverage report and upload it #5540

merged 6 commits into from
Mar 5, 2024

Conversation

lerouxb
Copy link
Contributor

@lerouxb lerouxb commented Mar 5, 2024

No idea why I didn't do this from the start.

@@ -88,14 +88,15 @@ post:
working_dir: src
shell: bash
script: |
tar czvf all-e2e-logs.tgz packages/compass-e2e-tests/.log
tar czf all-e2e-logs.tgz packages/compass-e2e-tests/.log
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This runs right at the end and was running with -v so every file was listed and recently a gazillion little .json files were added for each test's output..

@@ -13,7 +13,7 @@
"pretest": "npm run unzip-fixtures",
"test": "xvfb-maybe --auto-servernum --server-args=\"-screen 0 1024x768x24\" -- ts-node index.ts",
"test-ci": "npm run test",
"posttest-ci": "npm run coverage-merge",
"posttest-ci": "npm run coverage-report",
Copy link
Contributor Author

@lerouxb lerouxb Mar 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coverage-report also runs coverage-merge

@lerouxb lerouxb merged commit 2a270bd into main Mar 5, 2024
13 of 14 checks passed
@lerouxb lerouxb deleted the zip-coverage branch March 5, 2024 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants