Skip to content

Commit 7ab4273

Browse files
committed
Merge pull request #44 from bkw/badges
Add badges
2 parents 4ea6830 + 2214f32 commit 7ab4273

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ group :test do
1111
gem 'foodcritic', '~> 3.0'
1212
gem 'thor-foodcritic'
1313
gem 'rubocop', '~> 0.26.1'
14+
gem 'coveralls', require: false
1415
end
1516

1617
group :development do

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ssh-hardening (Chef cookbook)
22

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+
37
## Description
48

59
This cookbook provides secure ssh-client and ssh-server configurations.

spec/spec_helper.rb

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
require 'chefspec/berkshelf'
2020
require 'chefspec/cacher'
2121
require 'chefspec/server'
22+
require 'coveralls'
2223

2324
# coverage report
25+
Coveralls.wear!
2426
at_exit { ChefSpec::Coverage.report! }

0 commit comments

Comments
 (0)