-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: exclude specific folders from coverage #26
Comments
Hi @stact 👋 thanks for opening this issue. From a quick glance at this we were able to reproduce this so were going to look into the We are always willing to let contributors help with fixes as well. Would you be willing to help with this? |
Hi @tomarra thank you for reaching out |
Ok it seems something is wrong with This solution solved my issue VeryGoodOpenSource/very_good_cli#496 (comment)
No problem also on ci. build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
coverage_excludes: "**/generated/**" Thank you for your followup @tomarra maybe it can be removed from the backlog |
Description
Hi team, we are not able exclude folders from coverage, I don't know if it's a bug, or
For instance we have generated folder that include our localization
`very_good test --coverage --exclude-coverage "lib/l10n/**"``
Steps To Reproduce
very_good test --coverage --exclude-coverage "lib/l10n/**"
Expected Behavior
The folder excluded must be ignored for coverage
Screenshots
Additional Context
Tried also to ignore files directly it's not working too
The text was updated successfully, but these errors were encountered: