From cb6f96b80d890671b8c3a07853550f76fae30639 Mon Sep 17 00:00:00 2001 From: Daniel Lovell Date: Thu, 3 Oct 2024 09:56:03 -0700 Subject: [PATCH] Hard direct link to coverage reports --- docs/.vitepress/config.mts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 4bd82d8c..8255d3a1 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -22,8 +22,8 @@ export default defineConfig({ { text: 'Simulation Logging', link: '/Simulation_Logging' }, { text: 'Coverage Reports', items: [ - { text: 'EditMode Tests', link: '/coverage/editmode/Report/index.html' }, - { text: 'PlayMode Tests', link: '/coverage/playmode/Report/index.html' } + { text: 'EditMode Tests', link: 'https://pisterlab.github.io/micromissiles-unity/coverage/editmode/Report/index.html' }, + { text: 'PlayMode Tests', link: 'https://pisterlab.github.io/micromissiles-unity/coverage/playmode/Report/index.html' } ] }, { text: 'Development Guide', link: '/Development_Guide' }