cloudviz / agentless-system-crawler

A tool to crawl systems like crawlers for the web
Apache License 2.0
117 stars 44 forks source link

Define unicode for Python 3 #322

Closed cclauss closed 7 years ago

cclauss commented 7 years ago

Replaces #320

Also:

Signed-off-by: Chris Clauss cclauss@bluewin.ch

codecov-io commented 7 years ago

Codecov Report

Merging #322 into master will decrease coverage by 0.03%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #322      +/-   ##
==========================================
- Coverage    88.9%   88.86%   -0.04%     
==========================================
  Files         115      115              
  Lines        4586     4588       +2     
==========================================
  Hits         4077     4077              
- Misses        509      511       +2
Impacted Files Coverage Δ
...ler/plugins/environments/cloudsight_environment.py 87.09% <80%> (-6.01%) :arrow_down:

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 c4ce965...a075a71. Read the comment docs.

sahilsuneja1 commented 7 years ago

Thanks!