Skip to content

Commit e52efb3

Browse files
committed
Updated coverage exemption list
- like the members jobs, we don't need to run unit tests on these because they're not library code
1 parent 1e00bd2 commit e52efb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ghost/core/.c8rc.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"!core/server/web/shared/middleware/**",
3131
"core/server/api/endpoints/**",
3232
"!core/server/api/endpoints/utils",
33+
"core/server/services/email-analytics/jobs/**",
3334
"core/server/services/members/jobs/**"
3435
]
3536
}

0 commit comments

Comments
 (0)