debian-mirror-gitlab/spec/fixtures/pipeline_artifacts/code_coverage_with_multiple_files.json
2020-11-24 15:15:51 +05:30

15 lines
154 B
JSON

{
"files": {
"file_a.rb": {
"1": 1,
"2": 1,
"3": 1
},
"file_b.rb": {
"1": 0,
"2": 0,
"3": 0
}
}
}