Skip to content

Commit

Permalink
fix coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Apr 16, 2015
1 parent 5faf1ad commit 04ce8ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: travis-ci
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Blacklight::Maps

[![Build Status](https://travis-ci.org/projectblacklight/blacklight-maps.png?branch=master)](https://travis-ci.org/sul-dlss/blacklight-maps)
[![Build Status](https://travis-ci.org/projectblacklight/blacklight-maps.png?branch=master)](https://travis-ci.org/sul-dlss/blacklight-maps) | [![Coverage Status](https://coveralls.io/repos/projectblacklight/blacklight-maps/badge.svg?branch=master)](https://coveralls.io/r/projectblacklight/blacklight-maps?branch=master)

Provides map views for Blacklight for items with geospatial coordinate (latitude/longitude) metadata.

Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
if ENV["COVERAGE"] or ENV["CI"]
require 'simplecov'
require 'coveralls'
Coveralls.wear!('rails')


SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start do
Expand Down

0 comments on commit 04ce8ca

Please sign in to comment.