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
I just comment the lines that checks argv len, because I don't figure out if it's a needed check. But I want to add, if it's necesary, you need to be carefoul about how the program is invoked,
./lcov_coverage
python lcov_coverage
has differents argv values.
Thanks for this amazing tool!
The text was updated successfully, but these errors were encountered:
Hi,
I have a few problems running lcov_covertura from command line, I wrote a patch with some small changes.
I just comment the lines that checks argv len, because I don't figure out if it's a needed check. But I want to add, if it's necesary, you need to be carefoul about how the program is invoked,
./lcov_coverage
python lcov_coverage
has differents argv values.
Thanks for this amazing tool!
The text was updated successfully, but these errors were encountered: