Skip to content

parsing error! #95

@maxzod

Description

@maxzod

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions