-
Notifications
You must be signed in to change notification settings - Fork 201
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
Conversation
@@ -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 |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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
No idea why I didn't do this from the start.