scrapy / protego

A pure-Python robots.txt parser with support for modern conventions.
BSD 3-Clause "New" or "Revised" License
55 stars 28 forks source link

fix: Code coverage #26

Closed Laerte closed 2 years ago

Laerte commented 2 years ago

This make our code coverage work. πŸŽ‰

By installing package via pip install -e . command instead of python setup.py install

codecov[bot] commented 2 years ago

Codecov Report

Merging #26 (d04c48b) into master (c82b0e5) will increase coverage by 97.70%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master      #26       +/-   ##
===========================================
+ Coverage        0   97.70%   +97.70%     
===========================================
  Files           0        1        +1     
  Lines           0      305      +305     
  Branches        0       73       +73     
===========================================
+ Hits            0      298      +298     
- Misses          0        4        +4     
- Partials        0        3        +3     
Impacted Files Coverage Ξ”
src/protego.py 97.70% <0.00%> (ΓΈ)