cainus / codecov.io

MIT License
44 stars 50 forks source link

Passing file as filepath #24

Closed magestican closed 8 years ago

magestican commented 8 years ago

Could you support passing the filepath and avoid using FIND command in order to find my lcov.info ?

something like codecov --token=123123 --filepath=coverage/lcov.info

Would be greatly appreciated

stevepeak commented 8 years ago

Hey @magestican we are going to be transitioning to another package soon: https://github.com/codecov/codecov-node

npm install codecov
codecov --token=123123 --file=coverage/lcov.info

Thank you!