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

fixing a few syntax errors #194

Closed lwasser closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #194 into master will increase coverage by 2.2%. The diff coverage is 93.15%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #194     +/-   ##
=========================================
+ Coverage   67.54%   69.74%   +2.2%     
=========================================
  Files          16       17      +1     
  Lines        1488     1560     +72     
=========================================
+ Hits         1005     1088     +83     
+ Misses        483      472     -11
Impacted Files Coverage Δ
matplotcheck/raster.py 100% <100%> (ø) :arrow_up:
matplotcheck/tests/conftest.py 77.46% <100%> (+2.08%) :arrow_up:
matplotcheck/tests/test_raster.py 100% <100%> (ø) :arrow_up:
matplotcheck/vector.py 31.84% <100%> (+13.3%) :arrow_up:
matplotcheck/tests/test_vector.py 89.79% <89.79%> (ø)

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 afa2a49...0dcd46f. Read the comment docs.