From 9e953558ef627a13bad3ffce6191305a28699f3d Mon Sep 17 00:00:00 2001 From: Eduardo Folly Date: Sun, 11 Jan 2026 16:21:21 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20CI=20script.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e08776f..03ca35a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,12 +68,10 @@ jobs: -i coverage \ -o coverage/lcov.info - - name: Debug coverage - run: ls -lahR coverage/ - - name: Creating Test Coverage HTML run: | genhtml coverage/lcov.info \ + --ignore-errors empty \ --output-directory coverage/html/coverage \ --title "check" \ --show-details