jazzband / django-robots

A Django app for managing robots.txt files following the robots exclusion protocol
https://django-robots.readthedocs.io
BSD 3-Clause "New" or "Revised" License
457 stars 97 forks source link

Dropped support for Python 2.7 and 3.5 #105

Closed smithdc1 closed 3 years ago

smithdc1 commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #105 (6711115) into master (a1f8b81) will decrease coverage by 3.04%. The diff coverage is 70.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
- Coverage   81.87%   78.83%   -3.05%     
==========================================
  Files           7        7              
  Lines         149      137      -12     
  Branches       19       14       -5     
==========================================
- Hits          122      108      -14     
- Misses         20       21       +1     
- Partials        7        8       +1     
Impacted Files Coverage Δ
src/robots/models.py 81.25% <50.00%> (-2.97%) :arrow_down:
src/robots/views.py 72.05% <66.66%> (-2.95%) :arrow_down:
src/robots/admin.py 100.00% <100.00%> (ø)
src/robots/forms.py 72.72% <100.00%> (-5.85%) :arrow_down:
src/robots/settings.py 87.50% <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 a1f8b81...6711115. Read the comment docs.

smithdc1 commented 3 years ago

Thank you @hramezani for the review. :superhero: