-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
featureA new feature or requestA new feature or requestp3Issues that we currently consider unimportantIssues that we currently consider unimportant
Description
Description
Currently the flutter_package
workflow doesn't have any report_on
parameter like dart_package
does:
report_on:
required: false
type: string
default: "lib"
This is useful since due to Pub Workspaces we now have to use flutter_package
in CI because it uses flutter pub get
by default, so this makes it easier to set custom folders on Dart-only packages to report to coverage.
Requirements
- All CI/CD checks are passing.
- There is no drop in the test coverage percentage.
Additional Context
No response
omartinmaalestiago
Metadata
Metadata
Assignees
Labels
featureA new feature or requestA new feature or requestp3Issues that we currently consider unimportantIssues that we currently consider unimportant
Type
Projects
Status
Needs Triage