diff options
| author | Ben Culkin <scorpress@gmail.com> | 2020-05-20 19:11:21 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2020-05-20 19:11:21 -0400 |
| commit | 4038e3ec26a646f660130697ba70d40168926493 (patch) | |
| tree | d9dce5fb994c4cfe7db78a28801b8af726d493fd /src | |
| parent | 9459df89c0ea0c147ddc7ce1647f99c561e74209 (diff) | |
Futz around with site config
Messed around with the site configuration a bit, got the coverage to
start showing up in the side bar, along with the generated reports/other
information
Diffstat (limited to 'src')
| -rw-r--r-- | src/site/site.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/site/site.xml b/src/site/site.xml index d41fea2..954e3c2 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,2 +1,9 @@ <project> -</project> + <body> + <menu ref="reports" /> + + <menu name="Overview"> + <item name="Coverage" href="jacoco-ut/index.html" /> + </menu> + </body> +</project>
\ No newline at end of file |
