File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ before_script:
31
31
- /opt/chefdk/embedded/bin/chef --version
32
32
- /opt/chefdk/embedded/bin/cookstyle --version
33
33
- /opt/chefdk/embedded/bin/foodcritic --version
34
- - /opt/chefdk/embedded/bin/chef gem install coveralls
35
34
36
35
script : KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
37
36
Original file line number Diff line number Diff line change 1
1
# encoding: utf-8
2
- #
2
+
3
3
# Copyright 2014, Dominik Richter
4
4
# Copyright 2014, Deutsche Telekom AG
5
5
#
18
18
19
19
require 'chefspec'
20
20
require 'chefspec/berkshelf'
21
- require 'coveralls'
22
21
23
22
RSpec . configure do |config |
24
23
config . color = true # Use color in STDOUT
25
24
config . formatter = :documentation # Use the specified formatter
26
25
config . log_level = :error # Avoid deprecation notice SPAM
27
26
end
28
-
29
- # coverage report
30
- Coveralls . wear!
31
- at_exit { ChefSpec ::Coverage . report! }
You can’t perform that action at this time.
0 commit comments