Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an error service name when installing. #190

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Fix an error service name when installing. #190

wants to merge 1 commit into from

Conversation

yanqd0
Copy link

@yanqd0 yanqd0 commented Aug 21, 2017

When executing ocker-compose run localshop syncdb, there is error information like:

ERROR: No such service: localshop

When executing `ocker-compose run localshop syncdb`, there is error information like:

> ERROR: No such service: localshop
@codecov
Copy link

codecov bot commented Aug 21, 2017

Codecov Report

Merging #190 into develop will increase coverage by 3.12%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #190      +/-   ##
===========================================
+ Coverage    82.15%   85.28%   +3.12%     
===========================================
  Files           36       33       -3     
  Lines         1390     1155     -235     
===========================================
- Hits          1142      985     -157     
+ Misses         248      170      -78
Impacted Files Coverage Δ
localshop/apps/dashboard/views.py 57.14% <0%> (-4.1%) ⬇️
localshop/apps/dashboard/urls.py 100% <0%> (ø) ⬆️
localshop/__init__.py
localshop/utils.py
localshop/urls.py
localshop/views.py
localshop/apps/permissions/migrations/__init__.py 100% <0%> (ø)
localshop/apps/permissions/utils.py 92.5% <0%> (+9.16%) ⬆️

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 c46af28...fb5449e. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant