From 3454331bbe2ac444869abae71bdd3d6073d4efb8 Mon Sep 17 00:00:00 2001 From: Akram El Assas Date: Tue, 3 Dec 2024 21:37:13 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a479913..b6c7c35 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.COVERALLS_REPO_TOKEN }} - base-path: tests/Translator.UnitTests + path-to-lcov: ./tests/Translator.UnitTests/coverage.cobertura.xml fail-on-error: true debug: true measure: true