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

Rebuild to support doc autobuild #14

Closed lwasser closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #14 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #14   +/-   ##
======================================
  Coverage    0.26%   0.26%           
======================================
  Files           8       8           
  Lines         752     752           
======================================
  Hits            2       2           
  Misses        750     750
Impacted Files Coverage Δ
matplotcheck/cases.py 0% <ø> (ø) :arrow_up:
matplotcheck/tests/test_base.py 100% <ø> (ø) :arrow_up:
matplotcheck/vector.py 0% <0%> (ø) :arrow_up:
matplotcheck/base.py 0% <0%> (ø) :arrow_up:
matplotcheck/folium.py 0% <0%> (ø) :arrow_up:
matplotcheck/timeseries.py 0% <0%> (ø) :arrow_up:
matplotcheck/raster.py 0% <0%> (ø) :arrow_up:
matplotcheck/notebook.py 0% <0%> (ø) :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 69bd784...dc91eaf. Read the comment docs.

lwasser commented 5 years ago

This adds autodoc functionality to the package. Code cov is unhappy because we don't have tests yet but the autodoc fun seems to be working (short of running make locally)... each line runs fine however outside of make!