summaryrefslogtreecommitdiff
path: root/spec/fixtures/pipeline_artifacts/code_coverage_with_multiple_files.json
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
    }
  }
}