We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3422f6b commit 6c52798Copy full SHA for 6c52798
.circleci/config.yml
@@ -17,7 +17,7 @@ parameters:
17
description: "If true, the success pipeline will be executed."
18
19
orbs:
20
- toolkit: jerus-org/circleci-toolkit@1.18.0
+ toolkit: jerus-org/circleci-toolkit@1.19.0
21
22
executors:
23
rust-env:
@@ -53,6 +53,8 @@ workflows:
53
branches:
54
only:
55
- main
56
+ - toolkit/code_coverage:
57
+ min_rust_version: << pipeline.parameters.min-rust-version >>
58
- toolkit/required_builds:
59
min_rust_version: << pipeline.parameters.min-rust-version >>
60
- toolkit/test_doc_build:
@@ -68,6 +70,7 @@ workflows:
68
70
- toolkit/required_builds
69
71
- toolkit/common_tests
72
- toolkit/idiomatic_rust
73
+ - toolkit/code_coverage
74
context:
75
- release
76
- bot-check
0 commit comments