jina-ai / jcloud

Simplify deploying and managing Jina projects on Jina Cloud
https://docs.jina.ai/concepts/jcloud/
Apache License 2.0
298 stars 13 forks source link

feat(env): .env in local project #20

Closed deepankarm closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #20 (81e8289) into main (20c3e4e) will increase coverage by 7.70%. The diff coverage is 40.32%.

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   14.07%   21.77%   +7.70%     
==========================================
  Files          12       12              
  Lines         675      721      +46     
==========================================
+ Hits           95      157      +62     
+ Misses        580      564      -16     
Flag Coverage Δ
jcloud 21.77% <40.32%> (+7.70%) :arrow_up:

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

Impacted Files Coverage Δ
jcloud/__main__.py 0.00% <0.00%> (ø)
jcloud/api.py 0.00% <0.00%> (ø)
jcloud/parsers/deploy.py 0.00% <0.00%> (ø)
jcloud/flow.py 28.40% <16.21%> (+0.96%) :arrow_up:
jcloud/helper.py 54.34% <85.71%> (+9.27%) :arrow_up:
jcloud/__init__.py 100.00% <100.00%> (ø)
jcloud/auth.py 30.97% <0.00%> (+30.97%) :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 74dffa5...81e8289. Read the comment docs.