generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
featureA new feature or requestA new feature or requestgood first issueGood for newcomersGood for newcomers
Description
Describe the bug
parsing error!
To Reproduce
write a test witout using any code from the project
for example
void main() {
test(
'',
() => expect(true, isTrue),
);
}
then running the test will work and create empty lcov.info
file which will throw this error
Expected behavior
fail and mention the coverage is 0%
Additional context
i know it does't make sense to write a test like this but in my case it makes sense to fail and mention that the failure reson is the coverage is 0%
Metadata
Metadata
Assignees
Labels
featureA new feature or requestA new feature or requestgood first issueGood for newcomersGood for newcomers