Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants