Skip to content

Commit 9729e3a

Browse files
committed
Fix coverage.yml
Signed-off-by: Max Lambrecht <[email protected]>
1 parent 7a6ac7c commit 9729e3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
grcov . \
5151
--binary-path ./target/debug/ \
5252
-t coveralls \
53+
--service-name github \
5354
--service-job-id "${{ github.run_id }}" \
5455
-s . \
5556
--ignore-not-existing \

0 commit comments

Comments
 (0)