Skip to content

Commit

Permalink
rust coverage job working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mzieniukbw committed Jan 28, 2025
1 parent b31338a commit c515422
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,10 @@ jobs:

rust-coverage:
name: Rust Coverage
runs-on: ubuntu-22.04

runs-on: ubuntu-24.04
defaults:
run:
working-directory: ./apps/desktop/desktop_native
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -165,7 +167,6 @@ jobs:
run: cargo install cargo-llvm-cov --version 0.5.38

- name: Generate coverage
working-directory: ./apps/desktop/desktop_native
run: cargo llvm-cov --all-features --lcov --output-path lcov.info

- name: Upload to codecov.io
Expand Down

0 comments on commit c515422

Please sign in to comment.