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: run test coverage command in parallel #3037

Merged
merged 2 commits into from
Mar 16, 2023
Merged

Conversation

aaythapa
Copy link
Contributor

@aaythapa aaythapa commented Mar 16, 2023

Issue #, if available

N/A

Description of changes

Run make test-cov-report in parallel (related PR: #2222). Time to run test on my M1 macbook goes from 211 seconds to 48 seconds (~80% reduction).

Also added command to automatically open html coverage report (for macs) which gives a better UI for seeing which parts of the codebase are covered through tests and which are missing.

Description of how you validated changes

Checklist

Examples?

Please reach out in the comments if you want to add an example. Examples will be
added to sam init through aws/aws-sam-cli-app-templates.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@aaythapa aaythapa marked this pull request as ready for review March 16, 2023 18:17
@aaythapa aaythapa requested a review from a team as a code owner March 16, 2023 18:17
Co-authored-by: Christoffer Rehn <[email protected]>
@aaythapa aaythapa merged commit 7aa03ec into aws:develop Mar 16, 2023
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.

3 participants