mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
7 lines
160 B
Ruby
7 lines
160 B
Ruby
![]() |
#!/usr/bin/env ruby
|
||
|
require "simplecov"
|
||
|
require "codecov"
|
||
|
|
||
|
formatter = SimpleCov::Formatter::Codecov.new
|
||
|
formatter.format SimpleCov::ResultMerger.merged_result
|