-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configuration necessary for coveralls reporting
NOTE: in addition to the code changes here, the Coveralls API Key needed to be added to the environment variables in the CircleCI Project settings here: https://circleci.com/gh/samvera-labs/iiif_manifest/edit#env-vars The Coveralls API Key should not be checked into any public repository. See additional docs here http://docs.coveralls.io/ruby-on-rails
- Loading branch information
Showing
3 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
service_name: travis-ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
require 'coveralls' | ||
Coveralls.wear! | ||
|
||
$LOAD_PATH.unshift File.expand_path('../lib', __dir__) | ||
require 'iiif_manifest' | ||
require 'pry' |