Skip to content

Commit a984672

Browse files
authored
add codecov
1 parent 61ead72 commit a984672

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test_suite.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
require "test/unit"
33
include Test::Unit::Assertions
44

5+
require 'simplecov'
6+
SimpleCov.start
7+
8+
require 'codecov'
9+
SimpleCov.formatter = SimpleCov::Formatter::Codecov
10+
511
# Helper functions
612
# TODO it would be nice to have something like DisposableRedis
713

0 commit comments

Comments
 (0)