Skip to content

Commit

Permalink
Remove examples' abis from test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
acuarica committed Oct 10, 2023
1 parent f3450d3 commit f795670
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"lines": "85",
"branches": "82",
"statements": "85",
"exclude": [".solc/soljson-v*.js", "test/**/*.{test,check}.ts", "test/utils/*.ts"]
"exclude": [
".solc/soljson-v*.js",
"test/**/*.{test,check}.ts",
"test/utils/*.ts",
"test/examples/abis.ts"
]
}

0 comments on commit f795670

Please sign in to comment.