Skip to content

Commit

Permalink
run simtests again
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jan 31, 2024
1 parent 004e37f commit 634dfc9
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/cargo-llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,27 +53,26 @@ jobs:
- name: Install Rust
run: rustup update stable

- name: Run code coverage for nextest
run: SUI_SKIP_SIMTESTS=1 cargo llvm-cov --ignore-run-fail --lcov --output-path lcov.info nextest
# - name: Run code coverage for nextest
# run: SUI_SKIP_SIMTESTS=1 cargo llvm-cov --ignore-run-fail --lcov --output-path lcov.info nextest

- name: Upload report to Codecov for nextest
uses: codecov/codecov-action@v3
with:
files: lcov.info
fail_ci_if_error: true

# - name: Run code coverage for simtest
# run: |
# ./scripts/simtest/install.sh
# cargo update
# ./scripts/simtest/cargo-simtest simtest

# - name: Upload report to Codecov for simtest
# - name: Upload report to Codecov for nextest
# uses: codecov/codecov-action@v3
# with:
# files: lcov.info
# fail_ci_if_error: true

- name: Run code coverage for simtest
run: |
./scripts/simtest/install.sh
CODECOV=1 ./scripts/simtest/cargo-simtest simtest
- name: Upload report to Codecov for simtest
uses: codecov/codecov-action@v3
with:
files: lcov.info
fail_ci_if_error: true

notify:
name: Notify
needs: [cargo-llvm-cov]
Expand Down

0 comments on commit 634dfc9

Please sign in to comment.