From 7aff684d97b21cfcdcf62de69262b14c3db371d9 Mon Sep 17 00:00:00 2001 From: franklin Date: Fri, 26 Apr 2024 20:47:34 +0200 Subject: [PATCH] chore: disable coveralls --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ef75c1..21af577 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Run tests run: make test - - uses: coverallsapp/github-action@v2 - with: - file: coverage.out +# - uses: coverallsapp/github-action@v2 +# with: +# file: coverage.out