Skip to content

Commit 0376c15

Browse files
committed
Fix coveralls
1 parent e9b71ae commit 0376c15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
env:
3535
SPATIALITE_LIBRARY_PATH: 'mod_spatialite'
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
3837

3938
services:
4039
postgres:
@@ -76,7 +75,7 @@ jobs:
7675
- name: Coverage
7776
if: ${{ success() }}
7877
run: |
79-
coveralls
78+
coveralls --service=github
8079
8180
tests_node:
8281
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)