Skip to content

Commit 87612ec

Browse files
committed
don't fail on coverage upload failure
1 parent 51ca262 commit 87612ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ jobs:
5353
command: xtask
5454
args: ci-check
5555
- uses: romeovs/lcov-reporter-action@v0.2.16
56+
continue-on-error: true
5657
with:
5758
lcov-file: ./target/coverage/lcov.info

0 commit comments

Comments
 (0)