From 48c2f2664553982d83435c1366215ebd8511bedc Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Fri, 27 Mar 2015 01:53:42 +0200 Subject: [PATCH] add coveralls yml and add it to spec_helper --- spec/.coveralls.yml | 1 + spec/spec_helper.rb | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 spec/.coveralls.yml diff --git a/spec/.coveralls.yml b/spec/.coveralls.yml new file mode 100644 index 0000000..9160059 --- /dev/null +++ b/spec/.coveralls.yml @@ -0,0 +1 @@ +service_name: travis-ci diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index a46c911..a5ab0c9 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +require 'coveralls' +Coveralls.wear! require 'github_changelog_generator'