cloud-bulldozer / benchmark-wrapper

Python Library to run benchmarks
https://benchmark-wrapper.readthedocs.io
Apache License 2.0
19 stars 56 forks source link

Add missing install for snafu in readthedocs config #340

Closed learnitall closed 3 years ago

learnitall commented 3 years ago

Signed-off-by: Ryan Drew learnitall0@gmail.com

Description

Adds missing install statement for snafu within the readthedocs config.

Fixes

Failing build caused by 'snafu not found': https://readthedocs.org/projects/benchmark-wrapper/builds/14667168/ Example of successful build caused by the fix included in this PR: https://readthedocs.org/projects/my-benchmark-wrapper-fork/builds/14667274/

codecov-commenter commented 3 years ago

Codecov Report

Merging #340 (c0cc952) into master (b72f8e8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #340   +/-   ##
=======================================
  Coverage   39.40%   39.40%           
=======================================
  Files          15       15           
  Lines         868      868           
=======================================
  Hits          342      342           
  Misses        526      526           
Flag Coverage Δ
gha 39.40% <ø> (ø)
python-3.6 39.40% <ø> (ø)
unit 39.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 b72f8e8...c0cc952. Read the comment docs.