You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
As a user of sol-coverage I should be able to specify paths that I want to ignore from coverage so that I don't have to test my node_modules to get full test coverage.
Current Behavior
Right now, it just covers everything. Being able to ignore things allows me to ensure I can only focus on the code I want to.
Possible Solution
Intake a list of ignore paths, don't add those paths to the istanbul collector.
Context
This is getting run in a CI system with istanbul checking coverage.
Your Environment
Package
Version
@0x/sol-coverage
"^2.0.3"
@0x/sol-trace
"^2.0.4"
Network
NAME
The text was updated successfully, but these errors were encountered:
I want something more complex. In my current use case, I'm actually having to copy ERC721 contracts into my project as they don't have a payable modifier on transfer. I don't want these covered either.
Expected Behavior
As a user of sol-coverage I should be able to specify paths that I want to ignore from coverage so that I don't have to test my node_modules to get full test coverage.
Current Behavior
Right now, it just covers everything. Being able to ignore things allows me to ensure I can only focus on the code I want to.
Possible Solution
Intake a list of ignore paths, don't add those paths to the istanbul collector.
Context
This is getting run in a CI system with istanbul checking coverage.
Your Environment
The text was updated successfully, but these errors were encountered: