Skip to content

Commit 45b513b

Browse files
committed
- Fix target in coverage.yml
1 parent 1450958 commit 45b513b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Run grcov
3030
env:
31-
PROJECT_NAME: "image-compare"
31+
PROJECT_NAME: "json-diff"
3232
RUSTFLAGS: "-Cinstrument-coverage -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
3333
CARGO_INCREMENTAL: 0
3434
run: |

0 commit comments

Comments
 (0)