Skip to content

Commit

Permalink
Add test-threads=1 to coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YJDoc2 committed Feb 20, 2024
1 parent 0c068b8 commit 81625d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Run Test Coverage for youki
run: |
cargo llvm-cov clean --workspace
cargo llvm-cov --no-report
cargo llvm-cov --no-report -- --test-threads=1
cargo llvm-cov --no-run --lcov --output-path ./coverage.lcov
- name: Upload Youki Code Coverage Results
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 81625d1

Please sign in to comment.