fsimphy / bayernfahrplan

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

037 deprecations #38

Closed pheerai closed 4 years ago

pheerai commented 4 years ago

As mentioned in #37 , this reduces deprecations on our side.

This includes the following changes:

codecov[bot] commented 4 years ago

Codecov Report

Merging #38 into develop will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #38      +/-   ##
===========================================
- Coverage    99.60%   99.59%   -0.00%     
===========================================
  Files            5        5              
  Lines          246      242       -4     
===========================================
- Hits           245      241       -4     
  Misses           1        1              
Impacted Files Coverage Δ
.../bayernfahrplan/fahrplanparser/data/substitution.d 100.00% <ø> (ø)
...ce/bayernfahrplan/fahrplanparser/data/exceptions.d 100.00% <100.00%> (ø)
...rce/bayernfahrplan/fahrplanparser/json/jsonUtils.d 100.00% <100.00%> (ø)

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 af4442b...1daf46c. Read the comment docs.

pheerai commented 4 years ago

Ping, @chizeta0 ?

pheerai commented 4 years ago

There seems to ba some issue with Travis CI as a whole, e.g. it didn't detect any F3L-Repos for me and more than 50% of the machines for my personal repos failed before even starting the tests. With all the problems TCI is having I'm voting for removing it all together, it's not helpfull in its current state.

ghost91- commented 4 years ago

We could try switching to GitHub actions. As of today, D is supported by default (https://forum.dlang.org/thread/zolkicvjrfkeoldkwvip@forum.dlang.org). Alternatively, I have had good experiences with Circle CI.

pheerai commented 4 years ago

In that vote for using GitHub actions, they seem to work pretty good and are integrated properly.

ghost91- commented 4 years ago

I'll try setting it up