blackjackkent / RPThreadTrackerV3.FrontEnd

GNU General Public License v3.0
4 stars 5 forks source link

Adding delete account unit tests and fixing coverage #150

Closed blackjackkent closed 3 years ago

blackjackkent commented 3 years ago

Description

Adds unit tests for the Delete Account feature and restores code coverage that was not being tested.

codecov[bot] commented 3 years ago

Codecov Report

Merging #150 (f2fadb0) into development (30b022e) will increase coverage by 0.81%. The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #150      +/-   ##
===============================================
+ Coverage        99.15%   99.96%   +0.81%     
===============================================
  Files              287      287              
  Lines             3205     3205              
  Branches           588      588              
===============================================
+ Hits              3178     3204      +26     
+ Misses              27        1      -26     
Impacted Files Coverage Δ
...lay/views/settings/components/DeleteAccountPane.js 100.00% <ø> (+25.00%) :arrow_up:
src/display/views/settings/Settings.js 100.00% <100.00%> (+16.66%) :arrow_up:
src/infrastructure/reducers/ui.js 100.00% <0.00%> (+5.71%) :arrow_up:
...tructure/actions/user/submitUserAccountDeletion.js 100.00% <0.00%> (+66.66%) :arrow_up:
...cture/actions/ui/deleteAccountConfirmationModal.js 100.00% <0.00%> (+66.66%) :arrow_up:
...ucture/sagas/user/submitUserAccountDeletionSaga.js 100.00% <0.00%> (+100.00%) :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 30b022e...f2fadb0. Read the comment docs.