We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8f585 commit 5a534acCopy full SHA for 5a534ac
src/shared/ContentsTable/TableEntries/BaseEntries/DirEntry.jsx
@@ -20,7 +20,7 @@ function DirEntry({
20
options: {
21
ref: linkRef,
22
commit: commitSha,
23
- tree: urlPath ? `${urlPath}/${name}` : name,
+ tree: `${urlPath ? `${urlPath}/${name}` : name}?dropdown=coverage`,
24
queryParams,
25
},
26
}}
src/shared/ContentsTable/TableEntries/BaseEntries/FileEntry.jsx
@@ -44,7 +44,7 @@ function FileEntry({
44
45
46
47
- tree: displayAsList ? path : urlPath ? `${urlPath}/${name}` : name,
+ tree: `${displayAsList ? path : urlPath ? `${urlPath}/${name}` : name}?dropdown=coverage`,
48
49
50
0 commit comments