summaryrefslogtreecommitdiff
path: root/scripts/merge-simplecov
blob: 32a0cd86f82247055a3a9a87b2e3340893c48273 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
# frozen_string_literal: true

require_relative '../spec/simplecov_env'
SimpleCovEnv.configure_profile
SimpleCovEnv.configure_formatter

SimpleCov.collate Dir.glob(File.join(SimpleCov.coverage_path, '*', '.resultset.json'))