I hereby claim:
- I am stephanvd on github.
- I am svd (https://keybase.io/svd) on keybase.
- I have a public key whose fingerprint is DD69 3CE3 8551 30CD 382A BBDB C507 6F01 79CB 35AC
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| namespace :codecov do | |
| desc 'Uploads the latest simplecov result set to codecov.io' | |
| task upload: :environment do | |
| require 'simplecov' | |
| require 'codecov' | |
| formatter = SimpleCov::Formatter::Codecov.new | |
| formatter.format(SimpleCov::ResultMerger.merged_result) | |
| end | |
| end |
| multifactSumAggregator = function() { | |
| return function(facts) { | |
| return function() { | |
| var summedFacts = {}; | |
| for (_i = 0, _len = facts.length; _i < _len; _i++) { | |
| summedFacts[facts[_i]] = 0 | |
| } |