Skip to content

Commit

Permalink
Include ALL code in coverage report (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit authored Dec 4, 2024
1 parent 3dddc6b commit 98fc3a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions liquidity/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,14 @@
"@snx-v3/parseContractError": "workspace:*",
"@snx-v3/theme": "workspace:*",
"@snx-v3/useParams": "workspace:*"
},
"nyc": {
"all": true,
"include": [
"../ui/src/**/*.tsx",
"../ui/src/**/*.ts",
"../lib/**/*.tsx",
"../lib/**/*.ts"
]
}
}

0 comments on commit 98fc3a6

Please sign in to comment.