Skip to content
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

improve error message with readable HugeType #546

Merged
merged 1 commit into from
Jun 3, 2019

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Jun 3, 2019

Change-Id: I633eee63fe9458cdc910f977fccec8fd0109f1d2

Change-Id: I633eee63fe9458cdc910f977fccec8fd0109f1d2
@codecov
Copy link

codecov bot commented Jun 3, 2019

Codecov Report

Merging #546 into master will increase coverage by 0.02%.
The diff coverage is 82.75%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #546      +/-   ##
============================================
+ Coverage     70.09%   70.11%   +0.02%     
- Complexity     3410     3414       +4     
============================================
  Files           216      216              
  Lines         16503    16516      +13     
  Branches       2360     2361       +1     
============================================
+ Hits          11567    11580      +13     
- Misses         3678     3679       +1     
+ Partials       1258     1257       -1
Impacted Files Coverage Δ Complexity Δ
...aidu/hugegraph/backend/tx/AbstractTransaction.java 68.11% <0%> (-0.5%) 37 <0> (ø)
...e/src/main/java/com/baidu/hugegraph/HugeGraph.java 70.88% <0%> (ø) 61 <0> (ø) ⬇️
...u/hugegraph/schema/builder/VertexLabelBuilder.java 87.37% <100%> (+0.06%) 64 <3> (ø) ⬇️
.../baidu/hugegraph/backend/tx/SchemaTransaction.java 87.89% <100%> (+0.12%) 62 <4> (ø) ⬇️
...u/hugegraph/schema/builder/PropertyKeyBuilder.java 87.61% <100%> (+0.11%) 36 <2> (ø) ⬇️
...du/hugegraph/schema/builder/IndexLabelBuilder.java 86.54% <100%> (+0.24%) 43 <2> (+1) ⬆️
...c/main/java/com/baidu/hugegraph/type/HugeType.java 88.09% <100%> (+0.29%) 29 <1> (+1) ⬆️
...java/com/baidu/hugegraph/schema/SchemaManager.java 97.5% <100%> (+0.06%) 22 <0> (ø) ⬇️
...om/baidu/hugegraph/exception/ExistedException.java 100% <100%> (ø) 2 <1> (+1) ⬆️
...idu/hugegraph/schema/builder/EdgeLabelBuilder.java 86.69% <100%> (+0.06%) 58 <3> (ø) ⬇️
... and 1 more

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 abebfac...2ce1e0f. Read the comment docs.

@zhoney zhoney merged commit b63277e into master Jun 3, 2019
@zhoney zhoney deleted the HugeType-readable-name branch June 3, 2019 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants