-
Notifications
You must be signed in to change notification settings - Fork 145
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
[WIP] Refactor IDataType #248
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #248 +/- ##
============================================
+ Coverage 58.98% 59.38% +0.39%
+ Complexity 1195 1150 -45
============================================
Files 127 115 -12
Lines 5776 5692 -84
Branches 472 443 -29
============================================
- Hits 3407 3380 -27
+ Misses 2106 2080 -26
+ Partials 263 232 -31
Continue to review full report at Codecov.
|
609d7b7
to
4789620
Compare
4bc86e6
to
675f556
Compare
Benchmark Report
|
Benchmark Report
|
Benchmark Report
|
Benchmark Report
|
BENCHMARK_REPORT
|
BENCHMARK_REPORT
|
BENCHMARK_REPORT
|
T convert(S source); | ||
|
||
@SuppressWarnings("unchecked") | ||
default Class<T> sourceType() { |
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.
S
BENCHMARK_REPORT
|
BENCHMARK_REPORT
|
close #247