Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icov.info file from flutter #269

Closed
jkyon opened this issue Jul 18, 2019 · 4 comments
Closed

Icov.info file from flutter #269

jkyon opened this issue Jul 18, 2019 · 4 comments

Comments

@jkyon
Copy link

jkyon commented Jul 18, 2019

Hi
I´m currently creating a CI for our flutter app on Azure DevOps, and we need to display the code coverage from or flutter tests.

The file generated by flutter coverage is calle "Icov.Info". Is there a way to read this file using ReportGenerator?

I tried it, but the task failed.

Thank you in advance

@danielpalme
Copy link
Owner

danielpalme commented Jul 18, 2019

Since the file is named "lcov.Info" I guess that the coverage file is in lcov format.

Maybe the lcov file does not match the structure that ReportGenerator expects.
If you could share the your coverage file (not your source code), I can have a look at the problem and try to add support for this format.

@jkyon
Copy link
Author

jkyon commented Jul 18, 2019

Hi Daniel

I had sent the file to you.

Thank you in advance

@danielpalme
Copy link
Owner

Will have a look at it within the next days.

@danielpalme
Copy link
Owner

New release 4.2.10 should be available on Azure DevOps within a couple of minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants