Welcome to mirror list, hosted at ThFree Co, Russian Federation.

merge-simplecov « scripts - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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'))