coverallsapp / orb

Coveralls CircleCI Orb
https://circleci.com/orbs/registry/orb/coveralls/coveralls
MIT License
2 stars 16 forks source link

Search for all lcov.info in given folder #9

Closed blacelle closed 1 year ago

blacelle commented 4 years ago

It seems the orb takes as path_to_lcov parameter a single file path. Would it be relevant/possible to search for any lcov.info files in given folder, if path_to_lcov is a folder?

mrexox commented 1 year ago

Hey! With coveralls/coveralls@2.0.0 version it will look for all files that can be reported (not even LCOV files but many more, see: https://github.com/coverallsapp/coverage-reporter#supported-coverage-file-types).