From d60e6a6574520d37a21f3825505863bb9ff05147 Mon Sep 17 00:00:00 2001 From: Patrick Gingras <775.pg.12@gmail.com> Date: Wed, 29 May 2024 14:11:50 -0400 Subject: [PATCH] debug coveralls --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0969488..57ce1dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,5 +46,7 @@ jobs: run: riot -v run --python=${{ matrix.python-version }} test -- --cov=asyncio_connection_pool --cov-branch --cov-config=.coveragerc - name: upload coverage uses: coverallsapp/github-action@v2 + with: + debug: true - name: print coverage run: pip install coverage && coverage report