Closed gouthamve closed 5 years ago
Merging #103 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #103 +/- ##
=======================================
Coverage 49.84% 49.84%
=======================================
Files 37 37
Lines 3766 3766
=======================================
Hits 1877 1877
Misses 1686 1686
Partials 203 203
Flag | Coverage Δ | |
---|---|---|
#unittests | 49.84% <ø> (ø) |
: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 8000982...9e4ff2d. Read the comment docs.
thanks! for the print statements, those files should have "from future import print_function" at the top so they are compatible with python2 as well. otherwise, in python2, an extra pair of parens will be printed
Signed-off-by: Goutham Veeramachaneni gouthamve@gmail.com