-
Notifications
You must be signed in to change notification settings - Fork 60
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
smt: minor improvements #376
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
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.
There are failing tests on the CI but I believe addressing the comment should fix that
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
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.
LGTM
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #376 +/- ##
============================================
- Coverage 68.11% 68.10% -0.01%
Complexity 1125 1125
============================================
Files 319 319
Lines 12789 12789
Branches 1275 1275
============================================
- Hits 8711 8710 -1
- Misses 3548 3549 +1
Partials 530 530
*This pull request uses carry forward flags. Click here to find out more. |
Just signed the CLA. |
I was looking into the
smt
package, and I found some nits while reading.