Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-08-11 02:09:14 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-08-11 17:59:11 +0300
commitd0622b79d8d011c80f63e71c96e69754a5b0ec16 (patch)
tree6e9c387fb1699ba733507341d9009754798392b0 /lib/gitlab/seeder.rb
parent69eb4be7ec8d978580c51d4ead157001511d4768 (diff)
Better categorize test coverage results
Also marks a few things as uncovered, and removes an unused class.
Diffstat (limited to 'lib/gitlab/seeder.rb')
-rw-r--r--lib/gitlab/seeder.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/seeder.rb b/lib/gitlab/seeder.rb
index 823f697f51c..f9ab9bd466f 100644
--- a/lib/gitlab/seeder.rb
+++ b/lib/gitlab/seeder.rb
@@ -1,3 +1,4 @@
+# :nocov:
module DeliverNever
def deliver_later
self
@@ -21,3 +22,4 @@ module Gitlab
end
end
end
+# :nocov: