File: drop-codecov.patch

package info (click to toggle)
ruby-jekyll-polyglot 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,840 kB
  • sloc: xml: 12,011; ruby: 1,740; sh: 32; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Drop usage of codecov
Author: Simon Quigley <tsimonq2@debian.org>
Origin: vendor
Last-Update: 2026-02-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/spec/rspec/helper.rb
+++ b/spec/rspec/helper.rb
@@ -5,7 +5,6 @@ require 'rspec/mocks'
 # Require project files after SimpleCov.start
 require "jekyll/polyglot"
 require "jekyll"
-require 'codecov'
 
 Dir[File.expand_path("../../support/*.rb", __FILE__)].each do |v|
   require v