File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ parameters:
1717 description : " If true, the success pipeline will be executed."
1818
1919orbs :
20- toolkit : jerus-org/circleci-toolkit@1.18 .0
20+ toolkit : jerus-org/circleci-toolkit@1.19 .0
2121
2222executors :
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
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - ci(circleci)-update toolkit orb and add code coverage step to pipeline(pr [ #63 ] )
13+
1014### Security
1115
1216- Dependencies: update dependency toolkit to v1.16.1(pr [ #60 ] )
@@ -144,6 +148,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144148[ #59 ] : https://github.com/jerus-org/lambda_sqs/pull/59
145149[ #60 ] : https://github.com/jerus-org/lambda_sqs/pull/60
146150[ #62 ] : https://github.com/jerus-org/lambda_sqs/pull/62
151+ [ #63 ] : https://github.com/jerus-org/lambda_sqs/pull/63
147152[ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.12...HEAD
148153[ 0.2.12 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.11...v0.2.12
149154[ 0.2.11 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.10...v0.2.11
You can’t perform that action at this time.
0 commit comments