mysociety / mapit.mysociety.org

A Django project for running mySociety's main instance of MapIt for the UK
http://mapit.mysociety.org
Other
6 stars 2 forks source link

Add admin redirect, fix card errors not being caught #120

Closed dracos closed 3 years ago

dracos commented 3 years ago

Fixes https://github.com/mysociety/mapit.mysociety.org/issues/101 Hopefully fixes issue with card declining at point customer is created.

codecov[bot] commented 3 years ago

Codecov Report

Merging #120 (9b65a8f) into master (34ee023) will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   86.23%   86.32%   +0.09%     
==========================================
  Files          48       48              
  Lines        2092     2106      +14     
==========================================
+ Hits         1804     1818      +14     
  Misses        288      288              
Impacted Files Coverage Δ
mapit_mysociety_org/urls.py 100.00% <ø> (ø)
mapit_mysociety_org/tests.py 100.00% <100.00%> (ø)
subscriptions/views.py 88.58% <100.00%> (+0.28%) :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 34ee023...9b65a8f. Read the comment docs.

dracos commented 3 years ago

Added test was easy enough once I worked out how mocks worked again :)