single_cov 0.8.3 → 0.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 51eef16fe3366d07d877dece49614137d09f7a41e7521ea72a74f873db2eeceb
4
- data.tar.gz: aafca34498b84c660cfe546f676677336f804b618ebdeb4d7a597a11ceaa0a87
2
+ SHA1:
3
+ metadata.gz: 37412e211f8574c2160896a6703e98b40c7d4940
4
+ data.tar.gz: f98008886892599241ab7c2e64444e38ac642138
5
5
  SHA512:
6
- metadata.gz: 1e896d61c9505e037be3d58f46fbdc207a7a9777e532edbc65b1d3c311e872ae94ca29b09b55b31920db83f0cced017fb7a0aa6d6edc627fc1dca0d7529123e3
7
- data.tar.gz: 34bfe3a54d0c3f9e6fbfca55ea38105f44fbe9db851b7db10cf331928de177d16bafdc8c73d38dd3058d35774f2296d7450c9513550b44dc4b79e63bc4c86fdf
6
+ metadata.gz: 37578a95335ffbc37f69c63f21a8cc7b7a32eec86245bcf6a5170ce86216d0f812cfcb478a047e6c9652a66ce9aa8066750768f865b76010c8e63afb212ad49b
7
+ data.tar.gz: e6a801e4480356c859ab14eb7760dd2967286e90f38165c5cfd8f391fa8a0e04830989daa80ebfb9ad143d36afa5184e066530719e3a30628d83876df945db3c
@@ -1,3 +1,3 @@
1
1
  module SingleCov
2
- VERSION = "0.8.3"
2
+ VERSION = "0.8.4"
3
3
  end
data/lib/single_cov.rb CHANGED
@@ -163,6 +163,11 @@ module SingleCov
163
163
  # and the resets it ... works out ok in the end ...
164
164
  return if faked_by_forking_test_runner?
165
165
 
166
+ # ... but only if it's used with `--merge-coverage` otherwise the coverage reporting is useless
167
+ if $0.end_with?("/forking-test-runner")
168
+ raise "forking-test-runner only work with single_cov when using --merge-coverage"
169
+ end
170
+
166
171
  raise "Load minitest after setting up SingleCov"
167
172
  end
168
173
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: single_cov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-16 00:00:00.000000000 Z
11
+ date: 2018-02-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: michael@grosser.it
@@ -39,7 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
39
39
  version: '0'
40
40
  requirements: []
41
41
  rubyforge_project:
42
- rubygems_version: 2.7.3
42
+ rubygems_version: 2.6.14
43
43
  signing_key:
44
44
  specification_version: 4
45
45
  summary: Actionable code coverage.