From 630fc666660bd286b5cde1e5ae007ff9fe0da7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Due=C3=B1as?= Date: Wed, 12 Jun 2024 10:01:14 +0200 Subject: [PATCH] Update coveralls action version to 2.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 69e74938d..055642bd9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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