Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow test and cover script to run without enabling Rust coverage (
#126) Sometimes, we want to run only specific tests that don't include the NSS module (which means no Rust coverage). The script quit with an error if it could not merge the Rust coverage to the Go one. This is fine for the CI since we want all coverage, but the script needs a change to prevent this.
- Loading branch information