apache / incubator-hugegraph-commons

(Archived Warning)Please visit "apache/hugegraph" repo instead
https://github.com/apache/hugegraph/tree/master/hugegraph-commons
Apache License 2.0
29 stars 45 forks source link

add Bytes.toHex() method #35

Closed javeme closed 5 years ago

javeme commented 5 years ago

Change-Id: I613cf44728b347634bda726c3376a6fe1f4d4b2f

codecov[bot] commented 5 years ago

Codecov Report

Merging #35 into master will decrease coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #35      +/-   ##
============================================
- Coverage     75.24%   75.19%   -0.05%     
  Complexity      495      495              
============================================
  Files            48       48              
  Lines          1656     1657       +1     
  Branches        252      252              
============================================
  Hits           1246     1246              
  Misses          300      300              
- Partials        110      111       +1
Impacted Files Coverage Δ Complexity Δ
...ava/com/baidu/hugegraph/version/CommonVersion.java 50% <ø> (ø) 1 <0> (ø) :arrow_down:
src/main/java/com/baidu/hugegraph/util/Bytes.java 89.28% <100%> (+0.39%) 17 <1> (+1) :arrow_up:
.../main/java/com/baidu/hugegraph/perf/Stopwatch.java 85.71% <0%> (-2.05%) 20% <0%> (-1%)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cc46341...dde4419. Read the comment docs.