fsimphy / bayernfahrplan

A JSON-fetcher for bus departues in bavaria written in D
MIT License
1 stars 0 forks source link

Use json api #32

Closed pheerai closed 6 years ago

pheerai commented 6 years ago

As mentioned in #31, this migrates to the newly-detected JSON Api

This includes the following changes:

codecov[bot] commented 6 years ago

Codecov Report

Merging #32 into develop will decrease coverage by 0.1%. The diff coverage is 99.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #32      +/-   ##
==========================================
- Coverage     99.7%   99.6%   -0.09%     
==========================================
  Files            4       5       +1     
  Lines          324     246      -78     
==========================================
- Hits           323     245      -78     
  Misses           1       1
Impacted Files Coverage Δ
...bayernfahrplan/fahrplanparser/data/departureData.d 100% <100%> (ø)
...rce/bayernfahrplan/fahrplanparser/json/jsonUtils.d 100% <100%> (ø)
.../bayernfahrplan/fahrplanparser/data/substitution.d 100% <100%> (ø)
...ce/bayernfahrplan/fahrplanparser/data/exceptions.d 100% <100%> (ø)
...ce/bayernfahrplan/fahrplanparser/json/jsonParser.d 99.06% <99.06%> (ø)

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 3e73dd2...1c7927e. Read the comment docs.

pheerai commented 6 years ago

This should basically be done @ghost91-: please re-review.