Skip to content

Commit

Permalink
Remove codecov and code-climate-test-reporter
Browse files Browse the repository at this point in the history
codecov is no longer configured, is not free, and is currently blocking
running tests in CI
  • Loading branch information
mattwr18 committed May 3, 2024
1 parent 5a3b3da commit 1fa278c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# threema

[![Build Status](https://travis-ci.org/thorsteneckel/threema.svg?branch=master)](https://travis-ci.org/thorsteneckel/threema)
[![codecov](https://codecov.io/gh/thorsteneckel/threema/branch/master/graph/badge.svg)](https://codecov.io/gh/thorsteneckel/threema)
[![Code Climate](https://codeclimate.com/github/thorsteneckel/threema/badges/gpa.svg)](https://codeclimate.com/github/thorsteneckel/threema)
[![Gem](https://img.shields.io/gem/v/threema.svg?maxAge=2592000)]()


This gem provides access to the Threema Gateway API.

## Installation
Expand Down
8 changes: 1 addition & 7 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,13 @@
require 'pry'

require 'simplecov'
require 'codecov'
require 'codeclimate-test-reporter'

SimpleCov.start do
# Don't get coverage on the test cases themselves.
add_filter '/spec/'
add_filter '/test/'
# Codecov doesn't automatically ignore vendored files.
add_filter '/vendor/'
end
SimpleCov.formatter = SimpleCov::Formatter::Codecov

CodeClimate::TestReporter.start
SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter

require 'threema'

Expand Down
2 changes: 0 additions & 2 deletions threema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'rbnacl'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'codeclimate-test-reporter', '~> 0.6'
spec.add_development_dependency 'codecov'
spec.add_development_dependency 'factory_bot'
spec.add_development_dependency 'fakefs'
spec.add_development_dependency 'pry'
Expand Down

0 comments on commit 1fa278c

Please sign in to comment.