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

Update to CONTRIBUTING.rst #99

Closed marty-larocque closed 5 years ago

marty-larocque commented 5 years ago

Changed every instance of 'EarthPy' to 'MatPlotCheck' int the CONTRIBUTING.rst file

This addresses issue #100

codecov[bot] commented 5 years ago

Codecov Report

Merging #99 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #99   +/-   ##
=======================================
  Coverage   59.25%   59.25%           
=======================================
  Files          13       13           
  Lines        1205     1205           
=======================================
  Hits          714      714           
  Misses        491      491

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 2bcb3a2...8d4148b. Read the comment docs.

marty-larocque commented 5 years ago

@lwasser I added my changes to the changelog.

lwasser commented 5 years ago

awesome. thanks @ryla5068 !! i am going to merge this as the appveyor issues are actually independent of this PR. i will close the associated issue as well.