From 1e58402fc620183a39077ff0647876e595a057a8 Mon Sep 17 00:00:00 2001 From: Steve Downey Date: Sat, 18 Jan 2025 16:38:17 -0500 Subject: [PATCH] Coveralls report path is repository name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05b6ab5..822fed9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,5 +132,5 @@ jobs: if: matrix.config.coverage uses: coverallsapp/github-action@main with: - file: ${{runner.workspace}}/optional/.build/coverage.json + file: ${{runner.workspace}}/optional26/.build/coverage.json github-token: ${{ secrets.GITHUB_TOKEN }}