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

code_coverage_with_multiple_files.json « pipeline_artifacts « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 160413d73da266472bcb5709509668947c32d841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "files": {
    "file_a.rb": {
      "1": 1,
      "2": 1,
      "3": 1
    },
    "file_b.rb": {
      "1": 0,
      "2": 0,
      "3": 0
    }
  }
}