Skip to content

Commit

Permalink
[#238] Add codecov run to PR creation
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Jan 30, 2024
1 parent 0b17500 commit 8db7aaa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
# SOFTWARE.

SimpleCov.formatter = if Gem.win_platform?
SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter
]
SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter
]
else
SimpleCov::Formatter::MultiFormatter.new(
SimpleCov::Formatter::HTMLFormatter
)
SimpleCov::Formatter::MultiFormatter.new(
SimpleCov::Formatter::HTMLFormatter
)
end

SimpleCov.start do
Expand Down

0 comments on commit 8db7aaa

Please sign in to comment.