-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Refactor doc test and justfile #2330
Conversation
yihuaf
commented
Aug 30, 2023
- Separated doc test into a separated justfile recipe
- Refactor the name of the test related to recipe to follow the same pattern of test-*.
Signed-off-by: yihuaf <yihuaf@unkies.org>
Signed-off-by: yihuaf <yihuaf@unkies.org>
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.
overall fine, some nits
justfile
Outdated
clean-test-kind: | ||
test-kind-clean: |
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.
I think this should be clean-test-kind
as this is not a test, but a cleanup script instead.
justfile
Outdated
test-unit: | ||
cargo test --lib --bins --all --all-targets --all-features |
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.
Do we not need the LD_LIBRARY_PATH
?
@yihuaf , if you're busy with something else, just reply to the above comments, and I can push a commit that makes changes accordingly and merge 👍 |
Please go ahead. Thanks!
…On Sun, Sep 24, 2023 at 11:20 PM Yashodhan ***@***.***> wrote:
@yihuaf <https://github.com/yihuaf> , if you're busy with something else,
just reply to the above comments, and I can push a commit that makes
changes accordingly and merge 👍
—
Reply to this email directly, view it on GitHub
<#2330 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEY66HUOZMAL2LG4SYCO6BLX4EPETANCNFSM6AAAAAA4E2PQ3E>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sure, no worries! |
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2330 +/- ##
==========================================
+ Coverage 64.81% 64.83% +0.02%
==========================================
Files 129 129
Lines 15171 15201 +30
==========================================
+ Hits 9833 9856 +23
- Misses 5338 5345 +7 |