Skip to content

Commit 994dfb3

Browse files
committed
Merge remote-tracking branch 'upstream/main' into enhancement/efi_shell_protocol_uefi_raw
2 parents 1aabf1f + dab0752 commit 994dfb3

File tree

145 files changed

+1713
-481
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+1713
-481
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
- name: Generate code coverage
201201
run: cargo xtask cov --lcov
202202
- name: Upload code coverage
203-
uses: codecov/codecov-action@v5.4.2
203+
uses: codecov/codecov-action@v5.4.3
204204
env:
205205
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
206206
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66

77
# Integration test output by QEMU.
88
integration-test-debugcon.log
9+
ovmf-firmware-debugcon.log

0 commit comments

Comments
 (0)