From 5709cefc3697188a0bab9a0eb978f08c4e616efc Mon Sep 17 00:00:00 2001 From: Gabriel Gilder Date: Fri, 24 May 2024 11:10:43 -0700 Subject: [PATCH] Add debug in test --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18a5384..0008ccc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,6 +36,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} COVERAGE_FILE_PATH: "./coverage/lcov.info" COVERAGE_FORMAT: "lcov" + DEBUG: coverage - if: github.event_name == 'pull_request' || github.event_name == 'push' uses: coverallsapp/github-action@v2