-
Notifications
You must be signed in to change notification settings - Fork 707
feat(ci): use nextest #1048
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(ci): use nextest #1048
Conversation
Signed-off-by: Alex Chi <[email protected]>
Signed-off-by: Alex Chi <[email protected]>
Signed-off-by: Alex Chi <[email protected]>
Signed-off-by: Alex Chi <[email protected]>
Signed-off-by: Alex Chi <[email protected]>
Signed-off-by: Alex Chi <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1048 +/- ##
============================================
+ Coverage 71.46% 71.85% +0.39%
Complexity 2766 2766
============================================
Files 980 990 +10
Lines 58051 83323 +25272
Branches 1790 1790
============================================
+ Hits 41484 59869 +18385
- Misses 15676 22563 +6887
Partials 891 891
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Signed-off-by: Alex Chi <[email protected]>
|
doctests are not running. Let's fix it later. |
|
The way tarpaulin and LLVM cov calculates covered lines seem different, so we see some large diff in coverage. But this shall not be a problem. |
|
LSTM! |
|
unit test in 3 mins, it blazing fast! |
Signed-off-by: Alex Chi <[email protected]>
Signed-off-by: Alex Chi [email protected]
What's changed and what's your intention?
As title. Currently we are using my modified patch. Will migrate to the upstream if it gets merged.
Checklist
Refer to a related PR or issue link (optional)
upstream PR taiki-e/cargo-llvm-cov#144
close #1027