mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Configured c8 to exclude frontend and migrations from coverage
refs: https://github.com/TryGhost/Toolbox/issues/117 Adding a basic configuration to the unit test coverage tracking to ignore irrelevant files.
This commit is contained in:
parent
88311381ef
commit
0f53e23763
8
.c8rc.json
Normal file
8
.c8rc.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"exclude": [
|
||||
"core/frontend/src/**",
|
||||
"core/frontend/public/**",
|
||||
"core/server/data/migrations/**",
|
||||
"!core/server/data/migrations/utils.js"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user