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

Updating dependancies and removing python 3.5 #338

Closed nkorinek closed 4 years ago

nkorinek commented 4 years ago

Updated all dependencies and removed python 3.5 from the build. Added in 3.8 instead.

codecov[bot] commented 4 years ago

Codecov Report

Merging #338 into master will decrease coverage by 1.14%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #338      +/-   ##
==========================================
- Coverage   83.06%   81.92%   -1.15%     
==========================================
  Files          21       21              
  Lines        1943     2030      +87     
==========================================
+ Hits         1614     1663      +49     
- Misses        329      367      +38     
Impacted Files Coverage Δ
matplotcheck/cases.py 0.00% <0.00%> (ø)
matplotcheck/tests/test_raster.py 100.00% <0.00%> (ø)
matplotcheck/tests/test_base_data.py 100.00% <0.00%> (ø)
matplotcheck/tests/test_base_lines.py 100.00% <0.00%> (ø)
matplotcheck/tests/test_timeseries_module.py 100.00% <0.00%> (ø)
matplotcheck/tests/test_lines.py 94.04% <0.00%> (+0.37%) :arrow_up:
matplotcheck/tests/test_polygons.py 92.06% <0.00%> (+0.39%) :arrow_up:
matplotcheck/tests/test_points.py 92.77% <0.00%> (+0.46%) :arrow_up:
matplotcheck/tests/conftest.py 82.02% <0.00%> (+3.07%) :arrow_up:

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 13c0d46...1e87c82. Read the comment docs.