-
I have configured Here is my {
"all": true,
"include": [
"app/**",
"providers/**"
],
"exclude": [
"**/*.spec.ts"
],
"reporter": [
"html",
"text",
"text-summary"
],
"lines": 95,
"branches": "82",
"statements": "95",
"check-coverage": true
} Tried this with Update: Okay looks like using Created a repo for the issue: Adonis c8 controller uncovered |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We found out the answer on this one don't mix |
Beta Was this translation helpful? Give feedback.
We found out the answer on this one don't mix
nock
and functional test at the same time.