-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
test(protocol): Signal service foundry tests #13632
test(protocol): Signal service foundry tests #13632
Conversation
…est,. write signalservice foundry tests.
@cyberhorsey There are testing failures. |
Please read the main comment of this PR |
Lets delete them. |
Done, plus I changed the package.json commands, and Github Actions. |
Codecov Report
@@ Coverage Diff @@
## major_protocol_upgrade_rebase #13632 +/- ##
================================================================
Coverage ? 46.25%
================================================================
Files ? 123
Lines ? 3524
Branches ? 313
================================================================
Hits ? 1630
Misses ? 1779
Partials ? 115
*This pull request uses carry forward flags. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
the
major_protocol_upgrade_rebase
branch had a.only
on a SignalService test, so the tests werent actually running. Only a single test was. Now that I've deleted that test, this shows that 6 of them are now failing, but they were always failing on your branch @dantaik , just hidden.
Should we just scrap the hardhat tests, or add another
.only
so they "appear" to pass? I'm in favor of just deleting them all rather than putting it any work to make them pass.