zalando-incubator / docker-locust

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

Reports refactoring, fix for imcomplete/empty stats in auto mode #57

Closed scherniavsky closed 6 years ago

scherniavsky commented 6 years ago

Move html reports feature out of scenario scope (scenario -> controller) Download machine-friendly locust reports (json + csv) HTML report generator functionality cleanup Fixed the issue of incomplete/empty stats

codecov-io commented 6 years ago

Codecov Report

Merging #57 into master will increase coverage by <.01%. The diff coverage is 96.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   92.83%   92.83%   +<.01%     
==========================================
  Files           6        6              
  Lines         391      405      +14     
==========================================
+ Hits          363      376      +13     
- Misses         28       29       +1
Impacted Files Coverage Δ
src/app.py 89.67% <100%> (+0.63%) :arrow_up:
src/tests/test_bootstrap.py 100% <100%> (ø) :arrow_up:
src/report.py 77.96% <50%> (-1.35%) :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 7f10d24...e8719cb. Read the comment docs.

budtmo commented 6 years ago

👍

scherniavsky commented 6 years ago

:+1: