diff --git a/.c8rc.json b/.c8rc.json index e8d5d09..6c9f553 100644 --- a/.c8rc.json +++ b/.c8rc.json @@ -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" -} \ No newline at end of file +}