Skip to content

Commit

Permalink
Fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed May 17, 2021
1 parent e9b71ae commit 0376c15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Expand Up @@ -34,7 +34,6 @@ jobs:
env:
SPATIALITE_LIBRARY_PATH: 'mod_spatialite'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

services:
postgres:
Expand Down Expand Up @@ -76,7 +75,7 @@ jobs:
- name: Coverage
if: ${{ success() }}
run: |
coveralls
coveralls --service=github
tests_node:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0376c15

Please sign in to comment.