labthings / python-labthings

Python implementation of LabThings, based on the Flask microframework
GNU General Public License v3.0
18 stars 2 forks source link

Added the "YAML" extra to apispec #232

Closed rwb27 closed 3 years ago

rwb27 commented 3 years ago

We use the yaml functionality of apispec, which means we should include it as a dependency. I've also updated the lock file with the new dependencies.

Closes #228

codecov[bot] commented 3 years ago

Codecov Report

Merging #232 (345d544) into master (24d1f77) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #232   +/-   ##
=======================================
  Coverage   90.54%   90.54%           
=======================================
  Files          40       40           
  Lines        1745     1745           
  Branches      277      277           
=======================================
  Hits         1580     1580           
  Misses        110      110           
  Partials       55       55           
Flag Coverage Δ
unittests 90.54% <ø> (ø)

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 24d1f77...345d544. Read the comment docs.