Skip to content

Commit

Permalink
Update coveralls action version to 2.3.0
Browse files Browse the repository at this point in the history
This commit tries to fix the problems we have
with coveralls. It fails and the tests don't
pass on GitHub Actions.

Signed-off-by: Santiago Dueñas <[email protected]>
  • Loading branch information
sduenas committed Jun 12, 2024
1 parent 7a8cb60 commit 630fc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
cd tests
poetry run coverage run --source=perceval run_tests.py
- name: Coveralls
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0

0 comments on commit 630fc66

Please sign in to comment.