File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
build :
8
8
docker :
9
9
- image : circleci/ruby:2.4.1-node-browsers
10
-
10
+
11
11
- image : redislabs/redisgraph:edge
12
12
port : 6379:6379
13
13
14
14
working_directory : ~/repo
15
15
16
16
steps :
17
17
- checkout
18
-
18
+
19
19
- restore_cache :
20
20
keys :
21
21
- v1-dependencies-{{ checksum "Gemfile" }}
31
31
paths :
32
32
- ./vendor/bundle
33
33
key : v1-dependencies-{{ checksum "Gemfile" }}
34
-
34
+
35
35
# run tests!
36
36
- run :
37
37
name : run tests
Original file line number Diff line number Diff line change 6
6
SimpleCov . start
7
7
8
8
require 'codecov'
9
- SimpleCov . formatter = SimpleCov ::Formatter ::Codecov
9
+ formatter = SimpleCov ::Formatter ::Codecov . new
10
+ formatter . format ( SimpleCov ::ResultMerger . merged_result )
10
11
11
12
# Helper functions
12
13
# TODO it would be nice to have something like DisposableRedis
You can’t perform that action at this time.
0 commit comments