We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee370b commit 042a7d5Copy full SHA for 042a7d5
lib/cdo/properties.rb
@@ -63,7 +63,7 @@ def fetch_metrics
63
'petition_signatures' => 1_774_817,
64
'lines_of_code' => 21_238_497_830,
65
'project_count' => 35_000_000
66
- }.merge((Properties.get(:metrics) || {}).delete_if {|_, v| v.nil?})
+ }.merge((Properties.get(:metrics) || {}).delete_if {|_, v| v.nil? || v == 0})
67
end
68
69
def fetch_project_count
0 commit comments