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/middleware
parent69eb4be7ec8d978580c51d4ead157001511d4768 (diff)
Better categorize test coverage results
Also marks a few things as uncovered, and removes an unused class.
Diffstat (limited to 'lib/gitlab/middleware')
-rw-r--r--lib/gitlab/middleware/webpack_proxy.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/middleware/webpack_proxy.rb b/lib/gitlab/middleware/webpack_proxy.rb
index 6105d165810..6aecf63231f 100644
--- a/lib/gitlab/middleware/webpack_proxy.rb
+++ b/lib/gitlab/middleware/webpack_proxy.rb
@@ -1,6 +1,7 @@
# This Rack middleware is intended to proxy the webpack assets directory to the
# webpack-dev-server. It is only intended for use in development.
+# :nocov:
module Gitlab
module Middleware
class WebpackProxy < Rack::Proxy
@@ -22,3 +23,4 @@ module Gitlab
end
end
end
+# :nocov: