We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206340e commit dec6fbdCopy full SHA for dec6fbd
code-pushup.preset.ts
@@ -95,8 +95,8 @@ export function getDocCoverageCategories(
95
): CategoryConfig[] {
96
return [
97
{
98
- slug: 'doc-coverage-cat',
99
- title: 'Documentation coverage',
+ slug: 'docs',
+ title: 'Documentation',
100
description: 'Measures how much of your code is **documented**.',
101
refs: filterGroupsByOnlyAudits(groups, config).map(group => ({
102
weight: 1,
0 commit comments