adamcharnock / django-hordak

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

fixes of treating unknown currencies, add tests #75

Closed PetrDlouhy closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 91.64% // Head: 91.91% // Increases project coverage by +0.27% :tada:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #75 +/- ## ========================================== + Coverage 91.64% 91.91% +0.27% ========================================== Files 56 57 +1 Lines 3411 3452 +41 Branches 298 299 +1 ========================================== + Hits 3126 3173 +47 + Misses 238 235 -3 + Partials 47 44 -3 ``` | [Impacted Files](https://codecov.io/gh/adamcharnock/django-hordak/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock) | Coverage Δ | | |---|---|---| | [hordak/forms/transactions.py](https://codecov.io/gh/adamcharnock/django-hordak/pull/75/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock#diff-aG9yZGFrL2Zvcm1zL3RyYW5zYWN0aW9ucy5weQ==) | `100.00% <ø> (+3.70%)` | :arrow_up: | | [hordak/models/core.py](https://codecov.io/gh/adamcharnock/django-hordak/pull/75/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock#diff-aG9yZGFrL21vZGVscy9jb3JlLnB5) | `91.50% <100.00%> (+0.98%)` | :arrow_up: | | [hordak/tests/forms/test\_accounts.py](https://codecov.io/gh/adamcharnock/django-hordak/pull/75/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock#diff-aG9yZGFrL3Rlc3RzL2Zvcm1zL3Rlc3RfYWNjb3VudHMucHk=) | `100.00% <100.00%> (ø)` | | | [hordak/tests/forms/test\_transactions.py](https://codecov.io/gh/adamcharnock/django-hordak/pull/75/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock#diff-aG9yZGFrL3Rlc3RzL2Zvcm1zL3Rlc3RfdHJhbnNhY3Rpb25zLnB5) | `100.00% <100.00%> (ø)` | | | [hordak/tests/models/test\_core.py](https://codecov.io/gh/adamcharnock/django-hordak/pull/75/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Charnock#diff-aG9yZGFrL3Rlc3RzL21vZGVscy90ZXN0X2NvcmUucHk=) | `100.00% <100.00%> (ø)` | | | [hordak/tests/views/test\_accounts.py](https://codecov.io/gh/adamcharnock/django-hordak/pull/75/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.66% <100.00%> (+0.26%)` | :arrow_up: | 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.