Skip to content

Commit 6c52798

Browse files
committed
ci(circleci): update toolkit orb and add code coverage step to pipeline
1 parent 3422f6b commit 6c52798

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ parameters:
1717
description: "If true, the success pipeline will be executed."
1818

1919
orbs:
20-
toolkit: jerus-org/circleci-toolkit@1.18.0
20+
toolkit: jerus-org/circleci-toolkit@1.19.0
2121

2222
executors:
2323
rust-env:
@@ -53,6 +53,8 @@ workflows:
5353
branches:
5454
only:
5555
- main
56+
- toolkit/code_coverage:
57+
min_rust_version: << pipeline.parameters.min-rust-version >>
5658
- toolkit/required_builds:
5759
min_rust_version: << pipeline.parameters.min-rust-version >>
5860
- toolkit/test_doc_build:
@@ -68,6 +70,7 @@ workflows:
6870
- toolkit/required_builds
6971
- toolkit/common_tests
7072
- toolkit/idiomatic_rust
73+
- toolkit/code_coverage
7174
context:
7275
- release
7376
- bot-check

0 commit comments

Comments
 (0)