-
Notifications
You must be signed in to change notification settings - Fork 19
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
parsing error! #77
Comments
Hi @ilyes9595 👋 Do you have a link to an example ci failure? |
@felangel thank you for reaching out, here is a link to the CI: |
Thanks for sharing! I believe the issue is the Let me know if that helps 👍 |
Hey @ilyes9595 you must validate that generate the coverage file, in my case i used this command |
As my estimated partner said, check that you are generating the coverage file in the path specified, you can use act (a tool to test actions in local environment) to check that kind of issues, in the previous step you can run a |
👏 |
@ilyes9595 is this still an issue for you? This occurs when the coverage tool fails to find a coverage file, which makes it fail since there is no coverage information. Is your issue related to #167 ? |
I'm closing this issue due to inactivity, feel free to re-open 🙌 |
Describe the bug
I'm aware that there is already an issue about this one but I was closed without giving a proper solution, the issue is probably with the lcov.info file which by the way I don't have enough information about what it is exactly or where it's been generated, so for now every time I run the action i got this message: Error: parsing error!
To Reproduce
This is my job:
` build-app:
See error
`Run VeryGoodOpenSource/[email protected]
with:
path: ./coverage/lcov.info
min_coverage: 10
env:
JAVA_HOME: /opt/hostedtoolcache/Java_Adopt_jdk/15.0.2-7/x64
FLUTTER_ROOT: /opt/hostedtoolcache/flutter/2.5.3-stable/x64
PUB_CACHE: /opt/hostedtoolcache/flutter/2.5.3-stable/x64/.pub-cache
Error: parsing error!`
Expected behavior
The action run with success
The text was updated successfully, but these errors were encountered: