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 5a76363 commit ec1ddc4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,23 +159,23 @@ jobs:
echo "No failed tests to report"
fi
# - name: Install coveralls
# run: python -m pip install --upgrade --disable-pip-version-check coveralls tomli

# - name: Upload coverage data to coveralls.io
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COVERALLS_FLAG_NAME: ${{ matrix.os }}-${{ matrix.python-version }}
# COVERALLS_PARALLEL: true
# run: coveralls --service=github

- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
with:
format: python
flag-name: run-${{ matrix.os }}-${{ matrix.python-version }}
parallel: true
debug: true
- name: Install coveralls
run: python -m pip install --upgrade --disable-pip-version-check coveralls tomli

- name: Upload coverage data to coveralls.io
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.os }}-${{ matrix.python-version }}
COVERALLS_PARALLEL: true
run: coveralls --service=github

# - 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
Expand Down

0 comments on commit ec1ddc4

Please sign in to comment.