Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab committed Jan 28, 2025
1 parent ad60247 commit a6a08c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/github-cxx-qt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
rustup component add rustfmt
# Ensure we do not have any existing coverage files
- run: rm -f coverage/*.profraw
- run: ls -l ./target/debug
- name: build
env:
RUSTFLAGS: -Cinstrument-coverage
Expand All @@ -107,6 +108,13 @@ jobs:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
- name: Upload GitHub Actions artifacts of lcov
if: always()
uses: actions/upload-artifact@v2
with:
name: lcov
path: ./target/debug/lcov.info
if-no-files-found: ignore

build-wasm:
name: Ubuntu 24.04 (wasm_32) Qt 6
Expand Down

0 comments on commit a6a08c8

Please sign in to comment.