File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - rbx
1111cache : bundler
1212sudo : false
13- addons :
14- code_climate :
15- repo_token : 5806cc8a21c03f4e2f9d3b9d98d5d9fe084b66243b1dbb27b467dbc795acdcac
1613matrix :
1714 allow_failures :
1815 - rvm : jruby
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ group :test do
2828 gem 'fasterer'
2929 gem 'simplecov' , require : false , platform : :mri
3030 gem 'coveralls' , require : false , platform : :mri
31- gem "codeclimate-test-reporter" , require : false
3231end
3332
3433platforms :rbx do
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ This is a pure-Ruby library for working with [Resource Description Framework
1111
1212[ ![ Gem Version] ( https://badge.fury.io/rb/rdf.png )] ( http://badge.fury.io/rb/rdf )
1313[ ![ Build Status] ( https://travis-ci.org/ruby-rdf/rdf.png?branch=master )] ( http://travis-ci.org/ruby-rdf/rdf )
14- [ ![ Code Climate] ( https://codeclimate.com/github/ruby-rdf/rdf/badges/gpa.svg )] ( https://codeclimate.com/github/ruby-rdf/rdf )
1514[ ![ Coverage Status] ( https://coveralls.io/repos/ruby-rdf/rdf/badge.svg )] ( https://coveralls.io/r/ruby-rdf/rdf )
1615[ ![ Join the chat at https://gitter.im/ruby-rdf/rdf ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/ruby-rdf/rdf?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
1716
Original file line number Diff line number Diff line change 11require "bundler/setup"
22begin
3- require "codeclimate-test-reporter"
43 require 'simplecov'
54 require 'coveralls'
6- CodeClimate ::TestReporter . start
75 SimpleCov . formatter = SimpleCov ::Formatter ::MultiFormatter . new ( [
86 SimpleCov ::Formatter ::HTMLFormatter ,
97 Coveralls ::SimpleCov ::Formatter
You can’t perform that action at this time.
0 commit comments