rspec_trunk_flaky_tests 0.7.10.pre.alpha.0-x86_64-linux → 0.7.10.pre.alpha.1-x86_64-linux

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: 52e589e1767dd0bf9d106f4d8f6e960847d20d6130960f33b97fd9da51d5e4e1
4
- data.tar.gz: 5024b55839485032d1f17a09a184bbe23df8a5c7a3565e34236aaa5b327d17ad
3
+ metadata.gz: 19f58fd39cda6223e9b7d4ec15791a0efc60a77f3033d3c3137f6f4d4d8a9bcb
4
+ data.tar.gz: fae77d4076e3cb294e9965226d9a85ba1ba533c441c6b3fae70b280ba20a891c
5
5
  SHA512:
6
- metadata.gz: a6588ca80fd097d45dc6453ef8996b3d10caf008513028a23f0e276dc8b8f306b0ac89e5e44bc2a971a57e7e1e3f3ac51955a0e2d619e50634165f218c061270
7
- data.tar.gz: d5a7e380dc364bf94f82f44c48f3730f61d7a5760382bbb39faefed17b79993230aec58760fb70f37447ed8f6adeecb2f694495d7f3561c597810bda766238e0
6
+ metadata.gz: 0ce69a7c162fe93a7893116bf97ee971060105b4db50678b326989418ec18019b028c0ca02210c41f3c2b04052facf28a1f28de56e2c095cb528d1ba02482f9a
7
+ data.tar.gz: d0c3c636446c125c575ff4bf79b53cd0ce407b2d9c0f6d3f73ac7722ad5606b74dd991bdb8a0688b6c2f9d81cbfc54ce25365009a5e71e28ac5e8a9dd8061d8d
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -139,6 +139,7 @@ class TrunkAnalyticsListener
139
139
  add_test_case(notification.example)
140
140
  end
141
141
 
142
+ # trunk-ignore(rubocop/Metrics/CyclomaticComplexity,rubocop/Metrics/AbcSize)
142
143
  def close(_notification)
143
144
  published = @testreport.publish
144
145
  if published && !ENV['TRUNK_LOCAL_UPLOAD_DIR']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_trunk_flaky_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.10.pre.alpha.0
4
+ version: 0.7.10.pre.alpha.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Trunk Technologies, Inc.