From f3dd7e9e11d1b1584489a73a20590ba7ee5b7260 Mon Sep 17 00:00:00 2001 From: Vladimir Ignatov Date: Thu, 5 Sep 2024 16:00:11 -0400 Subject: [PATCH] Attempt to specify the coverage file --- .github/workflows/node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 086e8107..4542352d 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -44,4 +44,4 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - # file: ./coverage/lcov-report/lcov.info + file: ./coverage/lcov-report/lcov.info