Would it be possible to add support for glob patterns in `path-to-lcov`? The tool stack I'm using generates the `lcov` inside a folder named as a GUID. Not having to specify it would be very helpful. ``` yml - name: Coveralls uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ./TestResults/**/coverage.info ```