-
Notifications
You must be signed in to change notification settings - Fork 269
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
Buidler fails on api initialization #489
Comments
@maxsam4 Thanks for reporting. What was the last buidler version you were using that worked? |
It worked on |
Should be resolved in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since I upgraded
builder
to version1.3.0-rc.0
, coverage has stopped working with the following error:Error BDLR301: Invalid value null for argument testfiles of type string
Seems like buidler no longer accepts null values for
--testfiles
,--solcoverjs
and--temp
which seems to be the default ones used by solidity-coverage.The text was updated successfully, but these errors were encountered: