From 5a763639969c6c4e4178303620cc2b6e5be07daf Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Wed, 1 Jan 2025 16:50:38 +0900 Subject: [PATCH] test Signed-off-by: Tsuyoshi Hombashi --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf8b413..9c65a60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,8 +172,10 @@ jobs: - name: Coveralls Parallel uses: coverallsapp/github-action@v2 with: + format: python flag-name: run-${{ matrix.os }}-${{ matrix.python-version }} parallel: true + debug: true coveralls: name: Indicate completion to coveralls.io