fsimphy / bayernfahrplan

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

chore: Create bayernfahrplan-workflow.yml and remove travis related files #41

Closed ghost91- closed 4 years ago

ghost91- commented 4 years ago

As mentioned in #39, Travis CI is currently broken. This is an attempt to switch to GitHub actions.

ghost91- commented 4 years ago

fails due to dlang.org certificate having expired, see https://forum.dlang.org/thread/vwzvoxzjulmkfpdlagiq@forum.dlang.org. Kind of embaressing.. :D

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #41      +/-   ##
===========================================
- 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...1f45f3f. Read the comment docs.