Skip to content

Commit

Permalink
disable nextest for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Aug 15, 2024
1 parent 6b61f66 commit 559cf5f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cargo-llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
with:
swap-size-gb: 256

- name: Run code coverage for nextest
run: RUSTFLAGS="-C debuginfo=0" SUI_SKIP_SIMTESTS=1 cargo llvm-cov --ignore-run-fail --lcov --output-path lcov.info nextest -vv
# - name: Run code coverage for nextest
# run: RUSTFLAGS="-C debuginfo=0" SUI_SKIP_SIMTESTS=1 cargo llvm-cov --ignore-run-fail --lcov --output-path lcov.info nextest -vv

- name: Upload report to Codecov for nextest
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # pin v4.0.1
with:
files: lcov.info
# - name: Upload report to Codecov for nextest
# uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # pin v4.0.1
# with:
# files: lcov.info

- name: Run code coverage for simtest
run: |
Expand Down

0 comments on commit 559cf5f

Please sign in to comment.