Skip to content

Commit

Permalink
Re-enable coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed Jun 21, 2021
1 parent 539d96d commit 99da5bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
repo_token: u4kpCzIbPxoMCiPbyFRRs0kSedXKMNwWO
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Circle CI](https://circleci.com/gh/pulibrary/dpul.svg?style=svg)](https://circleci.com/gh/pulibrary/dpul)
[![Apache 2.0 License](https://img.shields.io/badge/license-Apache%202.0-blue.svg?style=plastic)](./LICENSE)
[![Coverage Status](https://coveralls.io/repos/github/pulibrary/dpul/badge.svg?branch=main)](https://coveralls.io/github/pulibrary/dpul?branch=main)

A [Spotlight](https://github.com/sul-dlss/spotlight) application for Princeton University Library,
formerly known as Pomegranate, but renamed to the offical brand: Digital PUL.
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
require 'capybara-screenshot/rspec'
require "selenium-webdriver"
require 'webmock/rspec'
require 'coveralls'

Coveralls.wear!

if ENV['CI']
require 'coveralls'
Expand Down

0 comments on commit 99da5bd

Please sign in to comment.