Skip to content

Commit c9afbb0

Browse files
authored
Fix coveralls API after repo renaming
1 parent 51bb4c6 commit c9afbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ jobs:
132132
if: matrix.config.coverage
133133
uses: coverallsapp/github-action@main
134134
with:
135-
file: ${{runner.workspace}}/optional26/.build/coverage.json
135+
file: ${{runner.workspace}}/optional/.build/coverage.json
136136
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)