Skip to content

Commit 08be108

Browse files
La0marco-c
authored andcommitted
frontend: Use file view on zero coverage (#298)
1 parent 81a9681 commit 08be108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/zero_coverage_report.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ export async function zeroCoverageDisplay(data, dir) {
185185
path
186186
});
187187
}
188-
// Fully reset the url when moving back to browser view
189-
return `#view=browser&revision=${revision}&path=${path}`;
188+
// Fully reset the url when moving back to file view
189+
return `#view=file&revision=${revision}&path=${path}`;
190190
},
191191
navbar: buildNavbar(dir),
192192
total: files.length

0 commit comments

Comments
 (0)