Skip to content

Commit

Permalink
Tests: added coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Senko committed Dec 23, 2023
1 parent 1931e14 commit 2df4897
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ gem "sprockets-rails"

# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"

group :test do
gem 'simplecov'
end
5 changes: 5 additions & 0 deletions coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"result": {
"line": 42.6
}
}
Empty file added coverage/.resultset.json.lock
Empty file.

0 comments on commit 2df4897

Please sign in to comment.