okkez / coveralls-lcov

lcov support for coveralls.io
MIT License
26 stars 11 forks source link

Add ability to specify branch via command line flag #23

Closed IchordeDionysos closed 3 years ago

IchordeDionysos commented 3 years ago

I think we should add the option to specify the branch via a command-line flag --branch or -b.

The priority then would be:

command-line flag > environment variable > git rev-parse

okkez commented 3 years ago

22