Jacob Ho

Results 1 comments of Jacob Ho

same problem to yours I tried to add `path-to-lcov` but no luck ```yaml - name: Coveralls uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage/.resultset.json ``` I wonder if Rails...