debian-mirror-gitlab/spec/fixtures/pipeline_artifacts/code_coverage_with_multiple_files.json

15 lines
154 B
JSON
Raw Normal View History

2020-11-24 15:15:51 +05:30
{
"files": {
"file_a.rb": {
"1": 1,
"2": 1,
"3": 1
},
"file_b.rb": {
"1": 0,
"2": 0,
"3": 0
}
}
}