Skip to content

Commit b622b38

Browse files
committed
commented out coveralls
1 parent cd6d18a commit b622b38

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ jobs:
2020
- name: Generate coverage report
2121
run: coverage report
2222

23-
- name: Coveralls Services
24-
run: coveralls --service=github
25-
env:
26-
GITHUB_TOKEN: ${{ secrets.github_token }}
27-
COVERALLS_FLAG_NAME: python-${{ matrix.version }}
28-
COVERALLS_PARALLEL: true
23+
# - name: Coveralls Services
24+
# run: coveralls --service=github
25+
# env:
26+
# GITHUB_TOKEN: ${{ secrets.github_token }}
27+
# COVERALLS_FLAG_NAME: python-${{ matrix.version }}
28+
# COVERALLS_PARALLEL: true
2929

30-
finish:
31-
needs: build
32-
runs-on: ubuntu-latest
33-
steps:
34-
- name: Coveralls Finished
35-
uses: coverallsapp/github-action@master
36-
with:
37-
github-token: ${{ secrets.github_token }}
38-
parallel-finished: true
30+
# finish:
31+
# needs: build
32+
# runs-on: ubuntu-latest
33+
# steps:
34+
# - name: Coveralls Finished
35+
# uses: coverallsapp/github-action@master
36+
# with:
37+
# github-token: ${{ secrets.github_token }}
38+
# parallel-finished: true

0 commit comments

Comments
 (0)