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