Lightning-AI / deep-learning-project-template

Pytorch Lightning code guideline for conferences
Apache License 2.0
1.24k stars 272 forks source link

adding CI #11

Closed Borda closed 4 years ago

Borda commented 4 years ago

Fixes #7

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@1b3d829). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #11   +/-   ##
=========================================
  Coverage          ?   87.38%           
=========================================
  Files             ?        3           
  Lines             ?      111           
  Branches          ?        0           
=========================================
  Hits              ?       97           
  Misses            ?       14           
  Partials          ?        0           
Flag Coverage Δ
#unittests 87.38% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 1b3d829...129e2d6. Read the comment docs.

williamFalcon commented 4 years ago

we need to remove tests. this is too slow for research in my opinion and adds unnecessary bloat.

Borda commented 4 years ago

this is just a template if you do not write any test it is instant, like a few seconds... @williamFalcon so you want to have it completely without tests or just some limited version? there were some requests on Forum to add tests and docs templating... #7