Skip to content

Commit

Permalink
[ci] Pin coveralls runner to 0.6.9
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: Jose Javier Merchante <jjmerchante@bitergia.com>
  • Loading branch information
jjmerchante committed Jun 21, 2024
1 parent fa8f931 commit 7878bf4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,8 @@ jobs:
cd tests
poetry run coverage run --source=graal run_tests.py
- name: Coveralls
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
with:
coverage-reporter-version: "v0.6.9"
flag-name: run ${{ join(matrix.*, ' - ') }}
parallel: true

0 comments on commit 7878bf4

Please sign in to comment.