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'