Skip to content

Commit b9a70db

Browse files
committed
WIP
1 parent ad60247 commit b9a70db

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/github-cxx-qt-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
rustup component add rustfmt
8888
# Ensure we do not have any existing coverage files
8989
- run: rm -f coverage/*.profraw
90+
- run: ls -l ./target/debug
9091
- name: build
9192
env:
9293
RUSTFLAGS: -Cinstrument-coverage
@@ -107,6 +108,13 @@ jobs:
107108
fail_ci_if_error: true
108109
token: ${{ secrets.CODECOV_TOKEN }}
109110
verbose: true
111+
- name: Upload GitHub Actions artifacts of lcov
112+
if: always()
113+
uses: actions/upload-artifact@v4
114+
with:
115+
name: lcov
116+
path: ./target/debug/lcov.info
117+
if-no-files-found: ignore
110118

111119
build-wasm:
112120
name: Ubuntu 24.04 (wasm_32) Qt 6

0 commit comments

Comments
 (0)