typeorm/.c8rc.json
Piotr Kuczynski bec548a7d4
ci: migrate from nyc to c8 (#11759)
Co-authored-by: Oleg "OSA413" Sokolov <OSA413@users.noreply.github.com>
2025-11-20 22:15:53 +05:00

10 lines
209 B
JSON

{
"all": true,
"cache": false,
"exclude": ["node_modules", "**/*.d.ts"],
"exclude-after-remap": true,
"extension": [".ts"],
"include": ["build/compiled/src/**", "src/**"],
"reporter": ["lcov"]
}