Automatically load code coverage overview #9
Replies: 2 comments 1 reply
-
|
I think this would be a great workflow improvement! I'm thinking about how the application should behave in a scenario where a new test result does not have coverage data on the currently open file. A simple implementation would be to simply ignore any new test results unless it has coverage data on the viewed file. Maybe it could display a little banner on top that tells the user that coverage data has been updated with the latest result. The UI could also have a little checkbox, either in the settings drawer, or in the coverage view top-bar to toggle automatic refreshing. This could also help a user discover the feature and understand what is going on. Does this sound good to you? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I like to check my code coverage when modifying tests. If gokiburi could automatically refresh the coverage view with new data when tests are run, that would be great!
Beta Was this translation helpful? Give feedback.
All reactions