Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <[email protected]>
  • Loading branch information
thombashi committed Jan 1, 2025
1 parent 664717d commit edfa14b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,30 +169,16 @@ 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
runs-on: ubuntu-latest
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

0 comments on commit edfa14b

Please sign in to comment.