You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should start supporting pub workspaces in package coverage.
Intended workflow: dart pub global run coverage:test_with_coverage in a workspace directory, it should produce a coverage file spanning all sources of all packages in that workspace. Lines covered by the tests of another package should also count as coverage.
We should start supporting pub workspaces in package coverage.
Intended workflow:
dart pub global run coverage:test_with_coverage
in a workspace directory, it should produce a coverage file spanning all sources of all packages in that workspace. Lines covered by the tests of another package should also count as coverage.@liamappelbe Things that need to change:
The text was updated successfully, but these errors were encountered: