Skip to content

Commit

Permalink
[types/simplecov] doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Dec 2, 2024
1 parent d31bdaf commit 76c52d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- [**Breaking**] Logs: all `acquier` text parts of each log message type were renamed to `acquirer`;
- [**Breaking**] Instrumentation: all `acquier` text parts of each event name were renamed to `acquirer`;
- [**Breaking**] Exceptions: all `Acquierment` exception constant name parts were renamed to `Acquirement`;
- [**Breaking**] `RedisQueuedLocks::Data` is not used (**temporary**) as result type of some APIs.
This type is inherited from Hash and can not be used as a record type in `steep`/`rbs` (working on it);
### Added
- **Type Checking**:
- the code is fully typed;
Expand Down
4 changes: 1 addition & 3 deletions spec/setup_simplecov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
enable_coverage :line
enable_coverage :branch
primary_coverage :line

# NOTE: temporary percents which are based on non-refactored tests
minimum_coverage line: 93, branch: 69 # TODO: { line: 100, branch: 100 }
# TODO: minimum_coverage 100

formatter SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
Expand Down

0 comments on commit 76c52d6

Please sign in to comment.