Skip to content

Commit

Permalink
ci: fix coveralls issue
Browse files Browse the repository at this point in the history
Fixes an issue when GitHub actions submit to `coveralls` API. This issue appears since the new published version of `coveralls-python`.

Co-Authored-by: Sébastien Délèze <sebastien.deleze@rero.ch>
  • Loading branch information
Sébastien Délèze committed Jan 12, 2021
1 parent 2d42412 commit 6d6f326
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/continuous-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ jobs:
- name: Code Coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install --upgrade coveralls
coveralls
COVERALLS_SERVICE_NAME: github
run: poetry run coveralls

0 comments on commit 6d6f326

Please sign in to comment.