Skip to content

Commit e00d661

Browse files
committed
add coverage report
1 parent 7fefc13 commit e00d661

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,8 @@ jobs:
5050
with:
5151
command: xtask
5252
target: ${{ matrix.run_args.cross }}
53-
args: ci-check
53+
args: ci-check --target ${{ matrix.run_args.cross }}
54+
use-cross: true
55+
- uses: romeovs/lcov-reporter-action@v0.2.16
56+
with:
57+
lcov-file: ./target/coverage/lcov.info

0 commit comments

Comments
 (0)