Skip to content

feat: enables several globs to exclude from coverage calculations#1532

Merged
juan-vgv merged 5 commits into
mainfrom
feat/several-exclude-globs
Mar 16, 2026
Merged

feat: enables several globs to exclude from coverage calculations#1532
juan-vgv merged 5 commits into
mainfrom
feat/several-exclude-globs

Conversation

@juan-vgv

@juan-vgv juan-vgv commented Mar 13, 2026

Copy link
Copy Markdown
Contributor

Status

READY

Description

This PR allows passing several space separated globs to be ignored during coverage calculations. This is how Very Good Coverage works, see Example Usage

NOTE: the update to lcov_parser is only required to enable easier testing of CoverageMetrics.fromLcovRecords through Parser.parseLines.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Comment thread test/src/cli/flutter_cli_test.dart Outdated
@marcossevilla marcossevilla marked this pull request as ready for review March 13, 2026 14:05
@marcossevilla marcossevilla requested a review from a team as a code owner March 13, 2026 14:05
@juan-vgv juan-vgv merged commit 21abe02 into main Mar 16, 2026
47 of 50 checks passed
@juan-vgv juan-vgv deleted the feat/several-exclude-globs branch March 16, 2026 08:00
This was referenced Mar 11, 2026
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