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

Copy collect_coverage's --scope-output flag to test_with_coverage. #488

Merged
merged 2 commits into from May 6, 2024

Conversation

liamappelbe
Copy link
Contributor

test_with_coverage is a wrapper around collect_coverage and format_coverage that sets sensible defaults for all their flags that are designed to cover 99% of the coverage use cases. I have a couple of coverage collection scripts in dart-lang/native that only exist because they need to customize the value of the --scope-output flag that's passed to collect_coverage. Seems reasonable to just expose the flag in test_with_coverage.

dart-lang/native#1120

@liamappelbe liamappelbe requested a review from bkonyi May 6, 2024 01:21
@coveralls
Copy link

coveralls commented May 6, 2024

Coverage Status

coverage: 93.201%. remained the same
when pulling b819b58 on scopes
into f110e8b on master.

@liamappelbe liamappelbe requested review from derekxu16 and removed request for bkonyi May 6, 2024 19:22
@liamappelbe liamappelbe merged commit 88b1da8 into master May 6, 2024
9 checks passed
@liamappelbe liamappelbe deleted the scopes branch May 6, 2024 20:18
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.

None yet

3 participants