Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Mar 5, 2023
1 parent ad69b37 commit 9c81c8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

### 2.0.3 (Next)

* [#102](https://github.com/mongoid/mongoid-locker/pull/102): Re-added danger, removed travis ci config, extracted RuboCop - [@dblock](https://github.com/dblock).
* [#102](https://github.com/mongoid/mongoid-locker/pull/102): Re-added danger, removed Travis-CI config, extracted RuboCop - [@dblock](https://github.com/dblock).
* [#104](https://github.com/mongoid/mongoid-locker/pull/104): Fixed code coverage - [@dblock](https://github.com/dblock).
* Your contribution here.

### 2.0.2 (2023-01-24)
Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

if ENV['COVERAGE']
require 'simplecov'
require 'simplecov_json_formatter'
SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter
SimpleCov.start do
add_group 'Libraries', 'lib/'
track_files 'lib/**/*.rb'
Expand Down

0 comments on commit 9c81c8a

Please sign in to comment.