Skip to content

Commit 0109654

Browse files
committed
force badge re-creation
1 parent 84b5553 commit 0109654

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
steps:
5858
- name: Checkout
5959
uses: actions/checkout@v4
60+
6061
- name: Install alsa and udev
6162
if: runner.os == 'linux'
6263
run: |
@@ -66,20 +67,25 @@ jobs:
6667
with:
6768
toolchain: stable
6869
override: true
70+
6971
- name: Rust Cache
7072
uses: Swatinem/rust-cache@v2.7.3
73+
7174
- name: Setup
7275
run: |
7376
cargo xtask init
77+
7478
- name: Check
7579
run: |
7680
${{ matrix.run_args.command }}
81+
7782
- name: Upload coverage artifact
7883
if: ${{ matrix.run_args.generates_coverage }}
7984
uses: actions/upload-artifact@v4
8085
with:
8186
name: code-coverage-report
8287
path: target/coverage/html/
88+
8389
- name: Update coverage badge
8490
if: ${{ matrix.run_args.generates_coverage }}
8591
run: |

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)