ppfeufer / allianceauth-afat

Another Fleet Activity Tracking tool for Alliance Auth
GNU General Public License v3.0
0 stars 5 forks source link

The big rename #291

Closed ppfeufer closed 1 year ago

ppfeufer commented 1 year ago

Description

Renamed the models to give them better and more sane names

Type of change

Checklist:

codecov[bot] commented 1 year ago

Codecov Report

Merging #291 (4e809cf) into development (4a6086d) will decrease coverage by 0.19%. The diff coverage is 66.67%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #291      +/-   ##
===============================================
- Coverage        68.57%   68.37%   -0.19%     
===============================================
  Files               24       24              
  Lines             1247     1236      -11     
  Branches           151      151              
===============================================
- Hits               855      845      -10     
+ Misses             372      371       -1     
  Partials            20       20              
Files Changed Coverage Δ
afat/views/fatlinks.py 32.08% <18.19%> (ø)
afat/tasks.py 35.42% <50.00%> (ø)
afat/helper/views.py 92.14% <75.00%> (ø)
afat/managers.py 92.31% <85.72%> (ø)
afat/models.py 92.31% <90.00%> (+0.14%) :arrow_up:
afat/admin.py 56.48% <100.00%> (ø)
afat/forms.py 100.00% <100.00%> (ø)
afat/helper/fatlinks.py 100.00% <100.00%> (ø)
afat/utils.py 55.08% <100.00%> (ø)
afat/views/dashboard.py 78.13% <100.00%> (ø)
... and 2 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4a6086d...4e809cf. Read the comment docs.

ppfeufer commented 1 year ago

The overall coverage decrease was to be expected as we removed some code.