You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
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%
Describe the bug
parsing error!To Reproduce
write a test witout using any code from the project
for example
then running the test will work and create empty
lcov.infofile which will throw this errorExpected 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%