rspec_trunk_flaky_tests 0.7.9-aarch64-linux → 0.7.10.pre.alpha.0-aarch64-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 +4 -4
- data/lib/context_ruby/3.0/context_ruby.so +0 -0
- data/lib/context_ruby/3.1/context_ruby.so +0 -0
- data/lib/context_ruby/3.2/context_ruby.so +0 -0
- data/lib/context_ruby/3.3/context_ruby.so +0 -0
- data/lib/context_ruby/3.4/context_ruby.so +0 -0
- data/lib/trunk_spec_helper.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05bb270d0c23907fefede5c136691121125b87544408d1bd50909b17f65fb4bc
|
4
|
+
data.tar.gz: 93c329a1512376f23bc0a842fafb1ee680c167308f8e435cacdc4cbc8eef3306
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ab55920da1e67f97161ca6926cb8dfd251679436f079f62f4aed1da4bd622acca3d2cf480e93ac3680ceb1217b23f3cd0d97f6c51dba00e2d14e262d0e6d2b5
|
7
|
+
data.tar.gz: 66771130e74f1f536192b958747ca4e16e9e9110dbb882c4b3a8a036e4155c6609f2a9868db4859c37ac2036458ba2cbb388ccdec6560713cc48ac88de0874ee
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/trunk_spec_helper.rb
CHANGED
@@ -140,10 +140,15 @@ class TrunkAnalyticsListener
|
|
140
140
|
end
|
141
141
|
|
142
142
|
def close(_notification)
|
143
|
-
|
143
|
+
published = @testreport.publish
|
144
|
+
if published && !ENV['TRUNK_LOCAL_UPLOAD_DIR']
|
144
145
|
puts 'Flaky tests report upload complete'.green
|
145
|
-
|
146
|
+
elsif !published && !ENV['TRUNK_LOCAL_UPLOAD_DIR']
|
146
147
|
puts 'Failed to publish flaky tests report'.red
|
148
|
+
elsif published && ENV['TRUNK_LOCAL_UPLOAD_DIR']
|
149
|
+
puts 'Local Flaky tests report generated'.green
|
150
|
+
elsif !published && ENV['TRUNK_LOCAL_UPLOAD_DIR']
|
151
|
+
puts 'Failed to generate local flaky tests report'.red
|
147
152
|
end
|
148
153
|
end
|
149
154
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec_trunk_flaky_tests
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.10.pre.alpha.0
|
5
5
|
platform: aarch64-linux
|
6
6
|
authors:
|
7
7
|
- Trunk Technologies, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec-core
|