eddyxu / cpp-coveralls

Upload gcov results to coveralls.io
Apache License 2.0
282 stars 74 forks source link

Where is args.lcov_file being set? #131

Open codingrhythm opened 6 years ago

codingrhythm commented 6 years ago

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