Hexworks / mixite

A GUI agnostic hexagonal grid library. Supports a multitude of grid layouts including hexagonal, triangular, rectangular and more.
Apache License 2.0
191 stars 31 forks source link

Adding the satellite data type to the grid returned by the builder. #33

Closed cheilman closed 7 years ago

cheilman commented 7 years ago

While the HexagonalGridBuilder is generic and takes a type, the build() method doesn't return a grid of that type. Adding the looked straightforward, and all tests still pass.

codecov-io commented 7 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is 100%.

@@            Coverage Diff             @@
##             master      #33    +/-   ##
==========================================
  Coverage     96.03%   96.03%            
- Complexity        0      170   +170     
==========================================
  Files            19       19            
  Lines           378      378            
  Branches         63       50    -13     
==========================================
  Hits            363      363            
  Misses            3        3            
  Partials         12       12
Impacted Files Coverage Δ Complexity Δ
...etome/hexameter/core/api/HexagonalGridBuilder.java 97.14% <100%> (ø) 22 <0> (+22) :white_check_mark:

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 eaa705c...67f6ac3. Read the comment docs.

adam-arold commented 7 years ago

This is cool, than you!