From: Stephan Müller Date: Fri, 31 Aug 2018 15:19:07 +0000 (+0200) Subject: mgr/dashboard: Add HTML coverage reports X-Git-Tag: v14.0.1~239^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e5e47fb454e75f598ec0c452e1661b9f96bc1df3;p=ceph-ci.git mgr/dashboard: Add HTML coverage reports Signed-off-by: Stephan Müller --- diff --git a/src/pybind/mgr/dashboard/frontend/package.json b/src/pybind/mgr/dashboard/frontend/package.json index 5f800c4a965..15b2709610a 100644 --- a/src/pybind/mgr/dashboard/frontend/package.json +++ b/src/pybind/mgr/dashboard/frontend/package.json @@ -29,7 +29,8 @@ ], "coverageReporters": [ "text", - "cobertura" + "cobertura", + "html" ], "modulePathIgnorePatterns": [ "/coverage/"