Skip to content

Commit fa7e656

Browse files
authored
Merge pull request #104 from bemanproject/neatudarius-patch-1
Fix coveralls API after repo renaming
2 parents 51bb4c6 + c9afbb0 commit fa7e656

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)