diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5cc6187..1a7011b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -59,4 +59,6 @@ jobs: tox run - name: Coveralls - uses: coverallsapp/github-action@master \ No newline at end of file + uses: coverallsapp/github-action@master + with: + path-to-lcov: coverage.xml