codebuddies / backend

CodeBuddies back-end
https://codebuddies.org
GNU General Public License v3.0
20 stars 25 forks source link

Update readme.md for windows compatibility. #147

Closed watchtheblur closed 4 years ago

watchtheblur commented 4 years ago

Using python interpreter instead of bash because it ignores line endings and will work on all platforms.

The original line is: $ docker-compose run --rm app python ./manage.py

This will fail because Git for Windows will convert all line endings to CRLF (\r\n) and bash will not understand the shebang line in manage.py. This is the error it returns:

/usr/bin/env: 'python\r': No such file or directory

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@38f3688). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #147   +/-   ##
=======================================
  Coverage        ?   83.70%           
=======================================
  Files           ?       29           
  Lines           ?      491           
  Branches        ?        0           
=======================================
  Hits            ?      411           
  Misses          ?       80           
  Partials        ?        0           

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 38f3688...6e7738d. Read the comment docs.