codetransformer
codetransformer copied to clipboard
Move tests into a separate package
- Move configuration into setup.cfg
- Add integration with codecov (repo owner still need to enable it)
Codecov Report
:exclamation: No coverage uploaded for pull request base (
master@3cb7737). Click here to learn what that means. The diff coverage isn/a.
@@ 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 dataPowered by Codecov. Last update 3cb7737...b095759. Read the comment docs.
What is the point of all of this? What do we get out of it?
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.