codecov / python-standard

Codecov coverage standard for Python
MIT License
14 stars 21 forks source link

Update Docker Compose to Run Properly #1

Closed hootener closed 5 years ago

hootener commented 5 years ago

Updated the docker-compose.yml to fix source mounting error. Context wasn't properly provided in volume mounts, leading to runtime errors.

codecov[bot] commented 5 years ago

Codecov Report

Merging #1 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #1   +/-   ##
=======================================
  Coverage   54.54%   54.54%           
=======================================
  Files           3        3           
  Lines          22       22           
=======================================
  Hits           12       12           
  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 9c9fa16...4667179. Read the comment docs.

ibrahim0814 commented 5 years ago

All checks passed, merging!