-
Notifications
You must be signed in to change notification settings - Fork 14
feat: integration tests #572
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
feat: integration tests #572
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
fef5cd6 to
6e05496
Compare
mattmikolay
left a comment
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.
Truly excellent! Thanks for the thorough README file as well.
connorlindsey
left a comment
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.
🔥
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #572 +/- ##
=======================================
Coverage 23.74% 23.74%
=======================================
Files 180 180
Lines 6775 6775
Branches 212 212
=======================================
Hits 1609 1609
+ Misses 5166 5140 -26
- Partials 0 26 +26 🚀 New features to boost your workflow:
|

Description
Sorry for the super long commit log (yay CI changes)
@knocklabs/integrationto run integration tests on our package.integrationtest runner for running test suite in CI.READMEfor using the integration test suite.More information on the test suite and the architecture chosen can be found in the README.