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