jedie / django-tools

miscellaneous django tools
http://pypi.python.org/pypi/django-tools/
Other
128 stars 31 forks source link

Modernize project setup and use poetry #19

Closed jedie closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #19 into master will increase coverage by 7.06%. The diff coverage is 66.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   64.88%   71.95%   +7.06%     
==========================================
  Files          88      137      +49     
  Lines        3762     7149    +3387     
  Branches      507        0     -507     
==========================================
+ Hits         2441     5144    +2703     
- Misses       1220     2005     +785     
+ Partials      101        0     -101
Impacted Files Coverage Δ
django_tools_tests/test_unittest_utils_user.py 100% <ø> (ø)
django_tools/unittest_utils/tempdir.py 100% <ø> (ø) :arrow_up:
django_tools/fixture_tools/languages.py 100% <ø> (+10%) :arrow_up:
django_tools/utils/request.py 100% <ø> (ø) :arrow_up:
django_tools/filemanager/exceptions.py 100% <ø> (ø) :arrow_up:
django_tools/template/render.py 100% <ø> (ø) :arrow_up:
django_tools_tests/test_selenium_old_usage.py 100% <ø> (ø)
django_tools_test_project/manage.py 100% <ø> (ø)
...o_tools_test_project/django_tools_test_app/urls.py 100% <ø> (ø)
...go_tools/log_utils/throttle_admin_email_handler.py 100% <ø> (ø) :arrow_up:
... and 199 more

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 397cf6a...dcae2e7. Read the comment docs.