From edfa14bbd2aa58b891be51fb7fe9df293b1d321f Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Wed, 1 Jan 2025 17:10:27 +0900 Subject: [PATCH] test Signed-off-by: Tsuyoshi Hombashi --- .github/workflows/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8406ed3..9267b66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,14 +169,6 @@ jobs: COVERALLS_PARALLEL: true run: coveralls - # - 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 needs: unit-test @@ -184,15 +176,9 @@ jobs: container: python:3-slim steps: - # - name: Coveralls Finished - # uses: coverallsapp/github-action@v2 - # with: - # parallel-finished: true - - run: pip3 install --upgrade coveralls - name: Finished env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: coveralls --finish -