summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-02-02 17:01:52 +0000
committerDouwe Maan <douwe@gitlab.com>2017-02-02 17:01:52 +0000
commit93e98058ead3252dfb0ec092957dc92e75542456 (patch)
tree5ac56bd489f5ce350f463d109924fef6b56cf9b1 /db/schema.rb
parentebb951bac32dbc487b3a2ecdd7e9325c399f275d (diff)
parent1c24c79a83bff0d1535d813eb8146fc799d5d8ac (diff)
downloadgitlab-ce-93e98058ead3252dfb0ec092957dc92e75542456.tar.gz
Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'
Add ability to define a coverage regex in the .gitlab-ci.yml Closes #20428 See merge request !7447
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 5efb4f6595c..c73c311ccb2 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -215,6 +215,7 @@ ActiveRecord::Schema.define(version: 20170130204620) do
t.datetime "queued_at"
t.string "token"
t.integer "lock_version"
+ t.string "coverage_regex"
end
add_index "ci_builds", ["commit_id", "stage_idx", "created_at"], name: "index_ci_builds_on_commit_id_and_stage_idx_and_created_at", using: :btree