Skip to content

Commit 6eb8f64

Browse files
authored
Add coveralls call to service github
1 parent 72bd128 commit 6eb8f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
nosetests --with-coverage --cover-erase --cover-package=openrouteservice -v
2929
- name: coveralls
3030
run: |
31-
coveralls
31+
coveralls --service=github
3232
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)