Skip to content

Commit dec6fbd

Browse files
Update code-pushup.preset.ts
Co-authored-by: Matěj Chalk <[email protected]>
1 parent 206340e commit dec6fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code-pushup.preset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ export function getDocCoverageCategories(
9595
): CategoryConfig[] {
9696
return [
9797
{
98-
slug: 'doc-coverage-cat',
99-
title: 'Documentation coverage',
98+
slug: 'docs',
99+
title: 'Documentation',
100100
description: 'Measures how much of your code is **documented**.',
101101
refs: filterGroupsByOnlyAudits(groups, config).map(group => ({
102102
weight: 1,

0 commit comments

Comments
 (0)