From b10f7e8dc6d4131fa539c406f325bd02045f7c31 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 21 Oct 2022 00:58:59 +0200 Subject: [PATCH] Further test with lcov file --- .github/workflows/github_action_test_suite.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index e8a1448845..a8bf26e1d9 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -135,7 +135,7 @@ jobs: --parallel 4 \ --timing \ evennia - coverage xml + coverage lcov coverage report | grep TOTAL - name: Run test suite @@ -159,6 +159,7 @@ jobs: uses: coverallsapp/github-action@master with: base-path: testing_mygame + path-to-lcov: ./coverage.lcov github-token: ${{ secrets.GITHUB_TOKEN }} # - name: Send data to Coveralls