simplecov 0.17.0 → 0.17.1

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
2
  SHA256:
3
- metadata.gz: 569ced8e75b24bc774f1f9f605bb3f911dcd6b2f3283422b2ee74e2b9e5a6e0f
4
- data.tar.gz: ffb2595e60dc4fb924834501738637c79001798fe2e59119511a64269f0e523b
3
+ metadata.gz: 6f3e7730302a3a31266a22a830aa6a098e17cc4042f664e4f9a079eef408897f
4
+ data.tar.gz: 423ed5a50493415c4c8bb17ff9c82ffd84e75dc98fc14cc0b4e82f17491d483e
5
5
  SHA512:
6
- metadata.gz: ef85e6fa5ada514035d46978943e10c5a5f15609106b67b0184049495295edfa25893bc2961f8defaf7d90b5f93eaa88fdf98ed51d5e05b2d070ec686c19dfbc
7
- data.tar.gz: 1d5f92a76a7c2d3ce49cfb2a9b176eb1ae1b391c5a29d40a4cc479a5e34522eacc0cb8c36c11b989049b996fa32c014ce40f863108a5bf289ab48897bb5d3619
6
+ metadata.gz: 5b46e9d714b0a675de3b2e42284069942479af4fb0df627b3806fb48e8d373ea7f555fc8cf482682e15e8a6e335ea82358e4b4db28b1257183ae22d018c17f21
7
+ data.tar.gz: 82eedda10bb5786656190ec0ca7dd1a3e18c38f6526db25f90c9b614849e05a14b85a34257343c5f48f62cffc7ddbdb74505b896a7c72236992aadd83c945a24
@@ -1,3 +1,12 @@
1
+ 0.17.1 (2019-09-16)
2
+ ===================
3
+
4
+ Bugfix release for problems with ParallelTests.
5
+
6
+ ## Bugfixes
7
+
8
+ * Avoid hanging with parallel_tests. See [#746](https://github.com/colszowka/simplecov/pull/746) (thanks [@annaswims](https://github.com/annaswims))
9
+
1
10
  0.17.0 (2019-07-02)
2
11
  ===================
3
12
 
@@ -257,7 +257,8 @@ module SimpleCov
257
257
  # @api private
258
258
  #
259
259
  def final_result_process?
260
- !defined?(ParallelTests) || ParallelTests.last_process?
260
+ # checking for ENV["TEST_ENV_NUMBER"] to determine if the tess are being run in parallel
261
+ !defined?(ParallelTests) || !ENV["TEST_ENV_NUMBER"] || ParallelTests.number_of_running_processes <= 1
261
262
  end
262
263
 
263
264
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SimpleCov
4
- VERSION = "0.17.0".freeze
4
+ VERSION = "0.17.1".freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christoph Olszowka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-02 00:00:00.000000000 Z
11
+ date: 2019-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -247,7 +247,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
247
247
  - !ruby/object:Gem::Version
248
248
  version: '0'
249
249
  requirements: []
250
- rubygems_version: 3.0.1
250
+ rubygems_version: 3.0.6
251
251
  signing_key:
252
252
  specification_version: 4
253
253
  summary: Code coverage for Ruby 1.9+ with a powerful configuration library and automatic