-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'IDX-2603-bazel-test-coverage' into 'master'
chore(IDX-2603): generate test coverage Initial test coverage job ~ execute `bazel coverage` for targets that don't depend on any canister codebase ([no instrumentation supported](rust-lang/rust#81684)) on scheduled CI pipeline and manually on MR pipelines. Report is accessible via CI job's artifacts ~ [example](https://dfinity-lab.gitlab.io/-/public/ic/-/jobs/5036171285/artifacts/cov_html/index.html). Ignoring the failure of tests for now. Will be addressed separately. > Coverage reports are also produced if tests fail, though note that this does not extend to the failed tests - only passing tests are reported. Closes IDX-2603 Closes IDX-2603 See merge request dfinity-lab/public/ic!14633
- Loading branch information
Showing
8 changed files
with
211 additions
and
104 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
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.