From 3ecdcff08211c85155fffadde869b238f00dc433 Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Mon, 11 Nov 2024 12:20:32 +0100 Subject: [PATCH] coveralls command now specifies coverage format --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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