diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c65a60..4db1f8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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