korymath / talk-generator

talk-generator is capable of generating coherent slide decks based on a single topic suggestion.
MIT License
124 stars 9 forks source link

Clean out server files #50

Closed h0h0h0 closed 5 years ago

h0h0h0 commented 5 years ago

Files have been extracted to new project; shaun will share with team.

codecov[bot] commented 5 years ago

Codecov Report

Merging #50 into master will increase coverage by 5.96%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage    82.8%   88.77%   +5.96%     
==========================================
  Files          38       32       -6     
  Lines        2175     2022     -153     
==========================================
- Hits         1801     1795       -6     
+ Misses        374      227     -147
Impacted Files Coverage Δ
talkgenerator/settings.py 51.16% <100%> (-3.19%) :arrow_down:
talkgenerator/utils.py 62.19% <100%> (+5.19%) :arrow_up:
talkgenerator/util/generator_util.py 82.97% <0%> (+0.7%) :arrow_up:
talkgenerator/util/os_util.py 87.75% <0%> (+4.08%) :arrow_up:

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 c2ed808...190f536. Read the comment docs.

korymath commented 5 years ago

LGTM. Thomas, mind taking the lead on merge once your questions are sorted?