Skip to content

Commit

Permalink
Exclude docs from test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Jan 15, 2025
1 parent 79d4569 commit 63f931b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .c8rc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"all": true,
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.d.ts", "src/**/*.test.ts", "src/types/*.ts", "src/tests/**/*.ts"],
"exclude": ["src/**/*.d.ts", "src/**/*.test.ts", "src/types/*.ts", "src/tests/**/*.ts", "docs/**/*.md"],
"reporter": ["text", "lcov"],
"extension": [".ts"],
"report-dir": "./coverage"
}
}

0 comments on commit 63f931b

Please sign in to comment.