jedie / django-tools

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

Refactor selenium helper and use webdriver-manager to setup the webdriver #61

Closed jedie closed 2 years ago

jedie commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #61 (1bea772) into main (8c21e85) will decrease coverage by 0.74%. The diff coverage is 72.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
- Coverage   81.47%   80.73%   -0.75%     
==========================================
  Files         151      149       -2     
  Lines        6123     6161      +38     
==========================================
- Hits         4989     4974      -15     
- Misses       1134     1187      +53     
Impacted Files Coverage Δ
django_tools/publish.py 72.72% <ø> (+6.06%) :arrow_up:
django_tools/selenium/cli.py 24.39% <24.39%> (ø)
django_tools/selenium/geckodriver.py 85.10% <80.76%> (-1.69%) :arrow_down:
django_tools/selenium/base.py 73.33% <80.88%> (+2.02%) :arrow_up:
...tools_test_project/tests/test_unittest_selenium.py 95.58% <89.18%> (-2.91%) :arrow_down:
django_tools/selenium/chromedriver.py 83.92% <96.15%> (-10.62%) :arrow_down:
django_tools/__init__.py 100.00% <100.00%> (ø)

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 78bcece...1bea772. Read the comment docs.