Skip to content

Commit

Permalink
Install coveralls in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed May 2, 2023
1 parent 3ef77bc commit 02946c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
run: |
poetry run pytest tests --cov connexion --cov-report term-missing
- name: Coveralls
run: coveralls --service github
run: |
pip install "coveralls<4"
coveralls --service github
env:
COVERALLS_PARALLEL: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 02946c2

Please sign in to comment.