diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f8cf2f..944b8c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,8 @@ jobs: - name: Report intermediate coverage report uses: coverallsapp/github-action@v2 with: + file: .coverage + format: python flag-name: run-python-${{ matrix.python-version }} parallel: true