ppfeufer / allianceauth-afat

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

[CHANGE] Refactor URL generation #342

Closed ppfeufer closed 4 months ago

ppfeufer commented 4 months ago

Description

Changed

Type of change

Checklist:

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.59%. Comparing base (b31f3d0) to head (7c7d16c).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/ppfeufer/allianceauth-afat/pull/342/graphs/tree.svg?width=650&height=150&src=pr&token=GNE88NUAKK&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer)](https://app.codecov.io/gh/ppfeufer/allianceauth-afat/pull/342?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer) ```diff @@ Coverage Diff @@ ## master #342 +/- ## ========================================== + Coverage 69.08% 69.59% +0.52% ========================================== Files 23 28 +5 Lines 1245 1266 +21 Branches 225 225 ========================================== + Hits 860 881 +21 Misses 367 367 Partials 18 18 ``` | [Files](https://app.codecov.io/gh/ppfeufer/allianceauth-afat/pull/342?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer) | Coverage Δ | | |---|---|---| | [afat/constants.py](https://app.codecov.io/gh/ppfeufer/allianceauth-afat/pull/342?src=pr&el=tree&filepath=afat%2Fconstants.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer#diff-YWZhdC9jb25zdGFudHMucHk=) | `100.00% <100.00%> (ø)` | | | [afat/urls/\_\_init\_\_.py](https://app.codecov.io/gh/ppfeufer/allianceauth-afat/pull/342?src=pr&el=tree&filepath=afat%2Furls%2F__init__.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer#diff-YWZhdC91cmxzL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [afat/urls/ajax.py](https://app.codecov.io/gh/ppfeufer/allianceauth-afat/pull/342?src=pr&el=tree&filepath=afat%2Furls%2Fajax.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer#diff-YWZhdC91cmxzL2FqYXgucHk=) | `100.00% <100.00%> (ø)` | | | [afat/urls/dashboard.py](https://app.codecov.io/gh/ppfeufer/allianceauth-afat/pull/342?src=pr&el=tree&filepath=afat%2Furls%2Fdashboard.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer#diff-YWZhdC91cmxzL2Rhc2hib2FyZC5weQ==) | `100.00% <100.00%> (ø)` | | | [afat/urls/fatlinks.py](https://app.codecov.io/gh/ppfeufer/allianceauth-afat/pull/342?src=pr&el=tree&filepath=afat%2Furls%2Ffatlinks.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer#diff-YWZhdC91cmxzL2ZhdGxpbmtzLnB5) | `100.00% <100.00%> (ø)` | | | [afat/urls/logs.py](https://app.codecov.io/gh/ppfeufer/allianceauth-afat/pull/342?src=pr&el=tree&filepath=afat%2Furls%2Flogs.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer#diff-YWZhdC91cmxzL2xvZ3MucHk=) | `100.00% <100.00%> (ø)` | | | [afat/urls/statistics.py](https://app.codecov.io/gh/ppfeufer/allianceauth-afat/pull/342?src=pr&el=tree&filepath=afat%2Furls%2Fstatistics.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer#diff-YWZhdC91cmxzL3N0YXRpc3RpY3MucHk=) | `100.00% <100.00%> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/ppfeufer/allianceauth-afat/pull/342?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/ppfeufer/allianceauth-afat/pull/342?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer). Last update [b31f3d0...7c7d16c](https://app.codecov.io/gh/ppfeufer/allianceauth-afat/pull/342?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Peter+Pfeufer).