zalando-incubator / docker-locust

Docker image for the Locust.io open source load testing tool
Other
204 stars 66 forks source link

Cleaned up #71

Closed budtmo closed 6 years ago

budtmo commented 6 years ago

This PR contains:

  1. Fixed path issue for standalone mode
  2. Added standalone mode in local.sh
  3. Renamed app.py to wrapper.py
  4. Updated readme
codecov-io commented 6 years ago

Codecov Report

Merging #71 into master will decrease coverage by 0.19%. The diff coverage is 92%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #71     +/-   ##
=========================================
- Coverage   92.83%   92.64%   -0.2%     
=========================================
  Files           6        6             
  Lines         405      408      +3     
=========================================
+ Hits          376      378      +2     
- Misses         29       30      +1
Impacted Files Coverage Δ
src/app.py 89.93% <100%> (+0.19%) :arrow_up:
src/tests/test_report.py 100% <100%> (ø) :arrow_up:
src/tests/test_bootstrap.py 100% <100%> (ø) :arrow_up:
src/report.py 76.66% <33.33%> (-1.3%) :arrow_down:

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 5f83eb6...8ade519. Read the comment docs.

scherniavsky commented 6 years ago

:+1:

budtmo commented 6 years ago

👍