diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index a3beffa..2bbcaf1 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -148,7 +148,7 @@ jobs: const comments = []; for (const file of files) { - const filename = '/' + file.filename; + const filename = file.filename; console.log(`Processing file: ${filename}`); if (uncoveredLines[filename]) {