Skip to content

Commit 52dd87a

Browse files
Updated files with 'repo_helper'. (#22)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 40a4ead commit 52dd87a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install dependencies 🔧
7070
run: |
7171
python -m pip install --upgrade pip setuptools wheel
72-
python -m pip install --upgrade coveralls coverage_pyver_pragma
72+
python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
7373
7474
- name: "Download Coverage 🪂"
7575
uses: actions/download-artifact@v2
@@ -95,7 +95,7 @@ jobs:
9595
env:
9696
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9797
run: |
98-
coveralls
98+
coveralls --service=github
9999
100100
Deploy:
101101
needs: tests

0 commit comments

Comments
 (0)