Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

update header format #26

Closed moderakh closed 6 years ago

moderakh commented 6 years ago

Update header file format to use /* */ instead of /** */ as the former should be used for the file header format, and the later should be used for javadoc.

codecov-io commented 6 years ago

Codecov Report

Merging #26 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #26   +/-   ##
======================================
  Coverage    46.5%   46.5%           
======================================
  Files         162     162           
  Lines        5991    5991           
  Branches     1006    1006           
======================================
  Hits         2786    2786           
  Misses       2783    2783           
  Partials      422     422
Impacted Files Coverage Δ
.../azure/cosmosdb/internal/query/ItemTypeHelper.java 41.66% <ø> (ø) :arrow_up:
.../internal/query/orderbyquery/OrderByRowResult.java 75% <ø> (ø) :arrow_up:
...osmosdb/rx/internal/InvalidPartitionException.java 0% <ø> (ø) :arrow_up:
.../com/microsoft/azure/cosmosdb/DatabaseAccount.java 9.52% <ø> (ø) :arrow_up:
...ternal/routing/MaxStringPartitionKeyComponent.java 0% <ø> (ø) :arrow_up:
...db/internal/routing/NullPartitionKeyComponent.java 0% <ø> (ø) :arrow_up:
.../azure/cosmosdb/internal/RequestChargeTracker.java 83.33% <ø> (ø) :arrow_up:
...in/java/com/microsoft/azure/cosmosdb/Database.java 33.33% <ø> (ø) :arrow_up:
...ft/azure/cosmosdb/internal/SessionTokenHelper.java 0% <ø> (ø) :arrow_up:
...rosoft/azure/cosmosdb/internal/query/ItemType.java 100% <ø> (ø) :arrow_up:
... and 150 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 fa0ea34...8e78f50. Read the comment docs.