Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
downgrade coveralls to 3.3.1
  • Loading branch information
sdementen authored Jun 17, 2024
1 parent 7ccdfc9 commit 93a546d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
coverage run --source=piecash setup.py test
- name: Upload coverage data to coveralls.io
run: |
python -m pip install coveralls==4.0.1
python -m pip install coveralls==3.3.1
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 93a546d

Please sign in to comment.