Skip to content

Commit e6d1bef

Browse files
chore: alphabet
1 parent fc8e61b commit e6d1bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,9 @@ jobs:
373373
grcov $(find . -name "profile-*.profraw" -print) \
374374
--binary-path ./target/debug/ \
375375
--branch \
376+
--ignore-not-existing \
376377
--keep-only "src/**" \
377378
--llvm \
378-
--ignore-not-existing \
379379
--output-path ./reports/lcov.info \
380380
--output-type lcov \
381381
--source-dir .

0 commit comments

Comments
 (0)