-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move test utils in the src dir #176
Conversation
build: install prb test as npm package build: remove prb test git module build: use correct path in update-precompiles script ci: install node js dependencies in build and test job chore: update remappings accordingly
I see that the coverage has significantly decreased. This is because there are more contracts in Is there a way to remove a path (~src/test/) from the coverage report? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Andrei, just like in PRBMath, let's install Forge Std as a Node.js dependency.
Is there a way to remove a path (~src/test/) from the coverage report?
Yes. See the codecov.yml
file and the Ignoring Paths docs.
build: add peerDependencies field build: ignore src/test/ path in coverage
Addressed everything in my latest commits. I see that the slither job has failed and I am not sure why, is it because we need to add |
Thanks!
Dunno, need to investigate but cannot at the moment |
Closing in favor of #179 |
Same rationale as here
Changelog:
refactor: move test utils in src dir
build: install prb test as npm package
build: remove prb test git module
build: use correct path in update-precompiles script
ci: install node js dependencies in build test coverage job
chore: update remappings accordingly