github_repo_statistics 2.2.9 → 2.2.10

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: f245b6049e774db333ca34b3adca5a17f88e4f3af89cbca24b51f4cbb348698b
4
- data.tar.gz: 54f0ff2e46b91d01a37f0f37a753d3e142f45d4e1453b582e0fb06afafa96648
3
+ metadata.gz: afcbf9010b40c88fced56016369ff61b71a4e6cfdabd924640f4ce1f5351236c
4
+ data.tar.gz: bdbfb01abf97a95bb2ec05fbb29d7815793469d0c84387d92d8ba2eeb32c4be8
5
5
  SHA512:
6
- metadata.gz: 7c8744737e5f77bb61cc94d377f27f0b3441b55ca675810524fad0627f8580197ab4184d3b7539db448fef19dbcd22219b3bb9f253e2437418a706c2a8ef576b
7
- data.tar.gz: 5b3a2cfc158deaf6a867324851fab66f04ccb0bfbb4be6499bc375d1708fb37bc0c5c3979010e0ba953d28c2272729e1a254d6859f22d7765724fea884d249cf
6
+ metadata.gz: '039e58d9cae34858f93ca74675e6c8c732db7a5eee25a743e1949eea1076e70626b03a30101e410d8c9ca081cd4e818a7bb4ef13c9413d40bab5ec21dc12110e'
7
+ data.tar.gz: 2d831c705ac45242af5c87605aad3b88879b5042706cefe4b9bb71c6e343027e1e812e9492c6aba99273e9b6e66a1cfaef98f2dbfb6053aa824bf976237dddd0
@@ -52,7 +52,7 @@ class ForceMergeReport
52
52
 
53
53
  # Filter checks without meeting the required status checks
54
54
  failed_checks = all_checks.reject { |check| check.conclusion == 'success' || check.state == 'success' }
55
-
55
+
56
56
  failed_checks.select! do |check|
57
57
  ['UI Tests', 'Unit Tests'].include?(check.context) || ['Mergeable: Size check', 'SonarQube Code Analysis'].include?(check.name)
58
58
  end
@@ -90,7 +90,7 @@ class ForceMergeReport
90
90
  summary[:workflows].each do |workflow, count|
91
91
  puts " - #{workflow}: #{count}"
92
92
  end
93
- ENV['BQ_CREDENTIALS'] = `cat /Users/serghei.moret/.config/gcloud/application_default_credentials.json`
93
+
94
94
  if ENV['BQ_CREDENTIALS']
95
95
  require "google/cloud/bigquery"
96
96
  require "json"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class GithubRepoStatistics
4
- VERSION = '2.2.9'
4
+ VERSION = '2.2.10'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github_repo_statistics
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.9
4
+ version: 2.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serghei Moret