-
Notifications
You must be signed in to change notification settings - Fork 37
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 tests into simulation #4487
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ea3f58b
to
7b4bf84
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4487 +/- ##
==========================================
+ Coverage 86.05% 86.18% +0.13%
==========================================
Files 80 80
Lines 28762 29370 +608
==========================================
+ Hits 24751 25313 +562
- Misses 4011 4057 +46
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
7b4bf84
to
cbdf7f8
Compare
7c9e4fc
to
7339dda
Compare
d8cb4dd
to
97e9bb7
Compare
Hmm. When serializing doubles, there's some unstable floating point math resulting in slight mismatches. |
631ad4e
to
bf6040c
Compare
bf6040c
to
680b381
Compare
Move test cases out of the integration tests in
tests/executor
, instead, move them into the simulation test framework underkcl/src/simulation_tests.rs
.