Skip to content

Commit 8239c41

Browse files
fix: line continuation
1 parent 4bfa22d commit 8239c41

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
@@ -378,7 +378,7 @@ jobs:
378378
--ignore-not-existing \
379379
--output-path ./reports/lcov.info \
380380
--output-type lcov \
381-
--prefix-dir ${PWD}
381+
--prefix-dir ${PWD} \
382382
--source-dir .
383383
384384
- name: Upload coverage results (to Codecov.io)

0 commit comments

Comments
 (0)