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 f986189
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/github-cxx-qt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,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@v4
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 f986189

Please sign in to comment.