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
Additional Context
No response
Description
Currently the
flutter_packageworkflow doesn't have anyreport_onparameter likedart_packagedoes:This is useful since due to Pub Workspaces we now have to use
flutter_packagein CI because it usesflutter pub getby default, so this makes it easier to set custom folders on Dart-only packages to report to coverage.Requirements
Additional Context
No response