publiclab / mapknitter

Upload your own aerial images, position (rubbersheet) them in a web interface over existing map data, and share via web or composite and export for print.
http://mapknitter.org
GNU General Public License v3.0
267 stars 208 forks source link

remove local codecov reports & rubocop offenses fixes #1776

Closed cesswairimu closed 2 years ago

cesswairimu commented 2 years ago

Run codecov on CI only and rubocop offenses fixes

gitpod-io[bot] commented 2 years ago

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 0cfe3c53 and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1776 (f618bf5) into main (1e47168) will decrease coverage by 0.02%. The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1776      +/-   ##
==========================================
- Coverage   65.65%   65.62%   -0.03%     
==========================================
  Files          40       40              
  Lines        1252     1251       -1     
==========================================
- Hits          822      821       -1     
  Misses        430      430              
Impacted Files Coverage Δ
app/models/warpable.rb 88.50% <60.00%> (ø)
app/controllers/spam_controller.rb 100.00% <100.00%> (ø)
app/controllers/tags_controller.rb 89.65% <100.00%> (ø)
app/models/map.rb 91.87% <100.00%> (-0.06%) :arrow_down:
cesswairimu commented 2 years ago

Thanks @TildaDares