adamcharnock / django-hordak

Double entry accounting in Django
http://django-hordak.readthedocs.io
MIT License
231 stars 55 forks source link

Admin improvements #70

Closed PetrDlouhy closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 91.27% // Head: 91.64% // Increases project coverage by +0.37% :tada:

Coverage data is based on head (7e6e312) compared to base (992e1a2). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #70 +/- ## ========================================== + Coverage 91.27% 91.64% +0.37% ========================================== Files 55 56 +1 Lines 3368 3411 +43 Branches 296 298 +2 ========================================== + Hits 3074 3126 +52 + Misses 247 238 -9 Partials 47 47 ``` | [Impacted Files](https://codecov.io/gh/adamcharnock/django-hordak/pull/70?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock) | Coverage Δ | | |---|---|---| | [hordak/admin.py](https://codecov.io/gh/adamcharnock/django-hordak/pull/70/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock#diff-aG9yZGFrL2FkbWluLnB5) | `100.00% <100.00%> (+14.06%)` | :arrow_up: | | [hordak/data\_sources/tellerio.py](https://codecov.io/gh/adamcharnock/django-hordak/pull/70/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock#diff-aG9yZGFrL2RhdGFfc291cmNlcy90ZWxsZXJpby5weQ==) | `100.00% <100.00%> (ø)` | | | [hordak/models/core.py](https://codecov.io/gh/adamcharnock/django-hordak/pull/70/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock#diff-aG9yZGFrL21vZGVscy9jb3JlLnB5) | `90.52% <100.00%> (-0.22%)` | :arrow_down: | | [hordak/tests/admin/test\_admin.py](https://codecov.io/gh/adamcharnock/django-hordak/pull/70/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock#diff-aG9yZGFrL3Rlc3RzL2FkbWluL3Rlc3RfYWRtaW4ucHk=) | `100.00% <100.00%> (ø)` | | | [hordak/tests/views/test\_accounts.py](https://codecov.io/gh/adamcharnock/django-hordak/pull/70/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock#diff-aG9yZGFrL3Rlc3RzL3ZpZXdzL3Rlc3RfYWNjb3VudHMucHk=) | `91.39% <100.00%> (-0.27%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.