gitlab-org--gitlab-foss/spec/fixtures/pipeline_artifacts/code_coverage_with_multiple...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
154 B
JSON
Raw Permalink Normal View History

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