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 cannot find anywhere in the code that sets the args.lcov_file, is it possible to pass lcov_file via arguments? I have already generated a coverage.info file, I want to create a report and send to coveralls.
I did some changes in the coverage.py to accept --lcov_file path/to/coverage.info, and everything works fine for me. Can I create a PR for this? or I am using this in a wrong way? Thanks
The text was updated successfully, but these errors were encountered:
I cannot find anywhere in the code that sets the
args.lcov_file
, is it possible to pass lcov_file via arguments? I have already generated a coverage.info file, I want to create a report and send to coveralls.I did some changes in the coverage.py to accept
--lcov_file path/to/coverage.info
, and everything works fine for me. Can I create a PR for this? or I am using this in a wrong way? ThanksThe text was updated successfully, but these errors were encountered: