Closed neerajprad closed 6 years ago
Merging #5 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #5 +/- ##
=======================================
Coverage 98.74% 98.74%
=======================================
Files 14 14
Lines 798 798
=======================================
Hits 788 788
Misses 10 10
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 b8f6e7c...5e6f5f4. Read the comment docs.
This fixes the issue of
pip install .
doing an empty package install (doesn't contain any modules/files), and therefore doesn't work when we are outside the repository. cc. @martinjankowiakmodels
ortasks
can be exposed by adding the__init__.py
file later, if desired.