Skip to content

Commit 5b2fe2e

Browse files
committed
remove coveralls
The ruby gem from coveralls since it creates thor conflicts and is pretty outdated Signed-off-by: Christoph Hartmann <[email protected]>
1 parent fe3b05d commit 5b2fe2e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ before_script:
3131
- /opt/chefdk/embedded/bin/chef --version
3232
- /opt/chefdk/embedded/bin/cookstyle --version
3333
- /opt/chefdk/embedded/bin/foodcritic --version
34-
- /opt/chefdk/embedded/bin/chef gem install coveralls
3534

3635
script: KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
3736

spec/spec_helper.rb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# encoding: utf-8
2-
#
2+
33
# Copyright 2014, Dominik Richter
44
# Copyright 2014, Deutsche Telekom AG
55
#
@@ -18,14 +18,9 @@
1818

1919
require 'chefspec'
2020
require 'chefspec/berkshelf'
21-
require 'coveralls'
2221

2322
RSpec.configure do |config|
2423
config.color = true # Use color in STDOUT
2524
config.formatter = :documentation # Use the specified formatter
2625
config.log_level = :error # Avoid deprecation notice SPAM
2726
end
28-
29-
# coverage report
30-
Coveralls.wear!
31-
at_exit { ChefSpec::Coverage.report! }

0 commit comments

Comments
 (0)