go-p5 / p5

p5 is a simple package that provides primitives resembling the ones exposed by p5js.org
https://go-p5.github.io/
BSD 3-Clause "New" or "Revised" License
146 stars 12 forks source link

Delete images when tests are successful #27

Closed psampaz closed 3 years ago

psampaz commented 3 years ago

When test are green, the generated images are no longer needed. This makes easier to avoid accidental commits.

codecov[bot] commented 3 years ago

Codecov Report

Merging #27 (a3fba86) into main (2931a6b) will increase coverage by 0.75%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
+ Coverage   72.25%   73.00%   +0.75%     
==========================================
  Files           9        9              
  Lines         501      515      +14     
==========================================
+ Hits          362      376      +14     
  Misses        119      119              
  Partials       20       20              
Impacted Files Coverage Δ
context.go 100.00% <0.00%> (ø)
api.go 82.35% <0.00%> (+2.35%) :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 2931a6b...a3fba86. Read the comment docs.