Skip to content

Commit

Permalink
Technical/Configure CircleCI test coverage reports (#24)
Browse files Browse the repository at this point in the history
* Updated CircleCI config
* Updated changelog
  • Loading branch information
bestwebua committed Jan 18, 2022
1 parent bc168ae commit f512929
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,20 @@ jobs:
./cc-test-reporter before-build
bundle exec rspec
# - run:
# name: Creating CodeClimate test coverage report
# command: |
# ./cc-test-reporter format-coverage -t simplecov -o "coverage/codeclimate.$CIRCLE_NODE_INDEX.json"
- run:
name: Creating CodeClimate test coverage report
command: |
./cc-test-reporter format-coverage -t simplecov -o "coverage/codeclimate.$CIRCLE_NODE_INDEX.json"
- store_artifacts:
name: Saving Simplecov coverage artifacts
path: ~/ruby-smtp-mock/coverage
destination: coverage

# - deploy:
# name: Uploading CodeClimate test coverage report
# command: |
# ./cc-test-reporter sum-coverage --output - --parts $CIRCLE_NODE_TOTAL coverage/codeclimate.*.json | ./cc-test-reporter upload-coverage --debug --input -
- deploy:
name: Uploading CodeClimate test coverage report
command: |
./cc-test-reporter sum-coverage --output - --parts $CIRCLE_NODE_TOTAL coverage/codeclimate.*.json | ./cc-test-reporter upload-coverage --debug --input -
compatibility-ruby:
parameters:
Expand Down
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]
# Changelog

## [0.1.0] - 2022-01-02
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Initial release
## [0.1.0] - 2022-01-18

### Added

- First release of `SmtpMock`. Thanks [@le0pard](https://github.com/le0pard) for support 🚀

0 comments on commit f512929

Please sign in to comment.