codetransformer icon indicating copy to clipboard operation
codetransformer copied to clipboard

Move tests into a separate package

Open Kentzo opened this issue 8 years ago • 3 comments

  • Move configuration into setup.cfg
  • Add integration with codecov (repo owner still need to enable it)

Kentzo avatar Sep 10 '17 08:09 Kentzo

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #61   +/-   ##
=========================================
  Coverage          ?   86.89%           
=========================================
  Files             ?       19           
  Lines             ?     1907           
  Branches          ?      294           
=========================================
  Hits              ?     1657           
  Misses            ?      164           
  Partials          ?       86

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 3cb7737...b095759. Read the comment docs.

codecov-io avatar Sep 10 '17 08:09 codecov-io

What is the point of all of this? What do we get out of it?

llllllllll avatar Sep 10 '17 09:09 llllllllll

Codecov is a convenient way to see how much of the project is covered with tests. Moving tests out of the main repo allows not to ship them. Having config in one file is convenient.

Kentzo avatar Sep 10 '17 09:09 Kentzo