Skip to content

Commit d32b50d

Browse files
authored
Update test.yml
1 parent 8f8cf0a commit d32b50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: coverallsapp/github-action@v2
3131
with:
3232
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
33-
path-to-lcov: ./tests/Translator.UnitTests/coverage.cobertura.xml
33+
file: ./tests/Translator.UnitTests/coverage.cobertura.xml
3434
fail-on-error: true
3535
debug: true
3636
measure: true

0 commit comments

Comments
 (0)