We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b5553 commit 0109654Copy full SHA for 0109654
.github/workflows/bevy_mod_scripting.yml
@@ -57,6 +57,7 @@ jobs:
57
steps:
58
- name: Checkout
59
uses: actions/checkout@v4
60
+
61
- name: Install alsa and udev
62
if: runner.os == 'linux'
63
run: |
@@ -66,20 +67,25 @@ jobs:
66
67
with:
68
toolchain: stable
69
override: true
70
71
- name: Rust Cache
72
uses: Swatinem/rust-cache@v2.7.3
73
74
- name: Setup
75
76
cargo xtask init
77
78
- name: Check
79
80
${{ matrix.run_args.command }}
81
82
- name: Upload coverage artifact
83
if: ${{ matrix.run_args.generates_coverage }}
84
uses: actions/upload-artifact@v4
85
86
name: code-coverage-report
87
path: target/coverage/html/
88
89
- name: Update coverage badge
90
91
badges/coverage.svg
0 commit comments