relevance-rcov 0.8.5.1 → 0.8.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,9 @@ module Rcov
7
7
  puts "You failed to satisfy the coverage theshold of #{@failure_threshold}%"
8
8
  exit(1)
9
9
  end
10
+ if (coverage - @failure_threshold) > 3
11
+ puts "Your coverage has significantly increased over your threshold of #{@failure_threshold}. Please increase it."
12
+ end
10
13
  end
11
14
  end
12
15
  end
data/lib/rcov/version.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  # See LEGAL and LICENSE for licensing information.
4
4
 
5
5
  module Rcov
6
- VERSION = "0.8.5.1"
6
+ VERSION = "0.8.5.2"
7
7
  RELEASE_DATE = "2009-08-07"
8
8
  RCOVRT_ABI = [2,0,0]
9
9
  UPSTREAM_URL = "http://github.com/relevance/rcov"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relevance-rcov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5.1
4
+ version: 0.8.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Relevance