This repository was archived by the owner on Mar 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
src/CodeCoverage/Report/HTML/Renderer/Template Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 44 <meta charset="UTF-8">
55 <title>Dashboard for {{full_path}}</title>
66 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7+ <meta http-equiv="cache-control" content="no-cache" />
78 <link href="{{path_to_root}}css/bootstrap.min.css" rel="stylesheet">
89 <link href="{{path_to_root}}css/nv.d3.css" rel="stylesheet">
910 <link href="{{path_to_root}}css/style.css" rel="stylesheet">
Original file line number Diff line number Diff line change 44 <meta charset="UTF-8">
55 <title>Code Coverage for {{full_path}}</title>
66 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7+ <meta http-equiv="cache-control" content="no-cache" />
78 <link href="{{path_to_root}}css/bootstrap.min.css" rel="stylesheet">
89 <link href="{{path_to_root}}css/style.css" rel="stylesheet">
910 <!--[if lt IE 9]>
Original file line number Diff line number Diff line change 44 <meta charset="UTF-8">
55 <title>Code Coverage for {{full_path}}</title>
66 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7+ <meta http-equiv="cache-control" content="no-cache" />
78 <link href="{{path_to_root}}css/bootstrap.min.css" rel="stylesheet">
89 <link href="{{path_to_root}}css/style.css" rel="stylesheet">
910 <!--[if lt IE 9]>
You can’t perform that action at this time.
0 commit comments