Skip to content

Commit

Permalink
Direct linking of coverage report html in vitepress site
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellovell committed Oct 3, 2024
1 parent 85ffce2 commit 72211b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ export default defineConfig({
{ text: 'Keybinds and Controls', link: '/Keybinds_and_Controls' },
{ text: 'Simulation Configuration Guide', link: '/Simulation_Config_Guide' },
{ text: 'Simulation Logging', link: '/Simulation_Logging' },
{ text: 'Coverage Reports', link: '/coverage/editmode/Report/' },
{ text: 'Coverage Reports',
items: [
{ text: 'EditMode Tests', link: '/coverage/editmode/Report/index.html' },
{ text: 'PlayMode Tests', link: '/coverage/playmode/Report/index.html' }
]
},
{ text: 'Development Guide', link: '/Development_Guide' }
]
}
Expand Down

0 comments on commit 72211b9

Please sign in to comment.