mapbox / nepomuk

A public transit router for GTFS feeds (currently only static) written in modern c++
MIT License
24 stars 8 forks source link

Clean-Up Code #119

Closed MoKob closed 7 years ago

MoKob commented 7 years ago

Cleaning up the code is a good step to prepare the project for the open. There is a lot of include-issues going on. Running the project through clang-tidy and iwyu is a good idea to ensure high quality code.

jqtrde commented 7 years ago

Codecov Report

Merging #119 into master will decrease coverage by <.01%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
- Coverage   96.13%   96.12%   -0.01%     
==========================================
  Files         129      127       -2     
  Lines        2792     2789       -3     
  Branches      224      224              
==========================================
- Hits         2684     2681       -3     
  Misses         23       23              
  Partials       85       85