-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
1,730 additions
and
563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,12 +37,8 @@ jobs: | |
- name: Build | ||
run: cargo build | ||
|
||
- name: Tests (except provider crate) | ||
run: cargo test --workspace --exclude provider | ||
|
||
- name: Tests (provider crate) | ||
# there should be a unique test thread for native provider tests (asserting spawned processes count) | ||
run: cargo test -p provider -- --test-threads 1 | ||
- name: Tests | ||
run: cargo test --workspace | ||
|
||
coverage: | ||
name: Zombienet SDK - coverage | ||
|
@@ -64,8 +60,7 @@ jobs: | |
uses: taiki-e/install-action@cargo-llvm-cov | ||
|
||
- name: Collect coverage data | ||
# there should be a unique test thread for native provider tests (asserting spawned processes count) | ||
run: cargo llvm-cov nextest -j 1 --lcov --output-path lcov.info | ||
run: cargo llvm-cov nextest --lcov --output-path lcov.info | ||
|
||
- name: Report code coverage | ||
uses: Nef10/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.