Skip to content

Commit dce562f

Browse files
authored
Merge pull request #63 from jerus-org/toolkit-update-and-coverage
ci(circleci): update toolkit orb and add code coverage step to pipeline
2 parents 3422f6b + 29642c1 commit dce562f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)