summaryrefslogtreecommitdiff
path: root/spec/fixtures/pipeline_artifacts/code_coverage_with_multiple_files.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/pipeline_artifacts/code_coverage_with_multiple_files.json')
-rw-r--r--spec/fixtures/pipeline_artifacts/code_coverage_with_multiple_files.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/fixtures/pipeline_artifacts/code_coverage_with_multiple_files.json b/spec/fixtures/pipeline_artifacts/code_coverage_with_multiple_files.json
new file mode 100644
index 00000000000..160413d73da
--- /dev/null
+++ b/spec/fixtures/pipeline_artifacts/code_coverage_with_multiple_files.json
@@ -0,0 +1,14 @@
+{
+ "files": {
+ "file_a.rb": {
+ "1": 1,
+ "2": 1,
+ "3": 1
+ },
+ "file_b.rb": {
+ "1": 0,
+ "2": 0,
+ "3": 0
+ }
+ }
+}