earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

[WIP] Timeseries tests #207

Closed marty-larocque closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #207 into master will increase coverage by 6.72%. The diff coverage is 87.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #207      +/-   ##
==========================================
+ Coverage    66.1%   72.83%   +6.72%     
==========================================
  Files          16       17       +1     
  Lines        1496     1671     +175     
==========================================
+ Hits          989     1217     +228     
+ Misses        507      454      -53
Impacted Files Coverage Δ
matplotcheck/tests/conftest.py 82.81% <ø> (-0.27%) :arrow_down:
matplotcheck/tests/test_timeseries_module.py 100% <100%> (ø)
matplotcheck/base.py 84.47% <65%> (-2.61%) :arrow_down:
matplotcheck/timeseries.py 42.37% <80%> (+42.37%) :arrow_up:
matplotcheck/tests/test_raster.py 100% <0%> (ø) :arrow_up:
matplotcheck/raster.py 100% <0%> (ø) :arrow_up:
matplotcheck/tests/test_vector.py 89.79% <0%> (ø)
... and 1 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 bb30beb...ce431fb. Read the comment docs.