File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ group :test do
11
11
gem 'foodcritic' , '~> 3.0'
12
12
gem 'thor-foodcritic'
13
13
gem 'rubocop' , '~> 0.26.1'
14
+ gem 'coveralls' , require : false
14
15
end
15
16
16
17
group :development do
Original file line number Diff line number Diff line change 1
1
# ssh-hardening (Chef cookbook)
2
2
3
+ ![ Supermarket] ( http://img.shields.io/cookbook/v/ssh-hardening.svg )
4
+ ![ Build Status] ( http://img.shields.io/travis/TelekomLabs/chef-ssh-hardening.svg )
5
+ ![ Code Coverage] ( http://img.shields.io/coveralls/TelekomLabs/chef-ssh-hardening.svg )
6
+
3
7
## Description
4
8
5
9
This cookbook provides secure ssh-client and ssh-server configurations.
Original file line number Diff line number Diff line change 19
19
require 'chefspec/berkshelf'
20
20
require 'chefspec/cacher'
21
21
require 'chefspec/server'
22
+ require 'coveralls'
22
23
23
24
# coverage report
25
+ Coveralls . wear!
24
26
at_exit { ChefSpec ::Coverage . report! }
You can’t perform that action at this time.
0 commit comments