bee-san / pyWhat

🐸 Identify anything. pyWhat easily lets you identify emails, IP addresses, and more. Feed it a .pcap file or some text and it'll tell you what it is! πŸ§™β€β™€οΈ
MIT License
6.58k stars 349 forks source link

ci: test python 3.10 #221

Closed jyooru closed 3 years ago

jyooru commented 3 years ago

⚠ Pull Requests not made with this template will be automatically closed πŸ”₯

Prerequisites

Why do we need this pull request?

People are starting to use Python 3.10, so pyWhat should be tested on Python 3.10.

What GitHub issues does this fix?

None

Copy / paste of output

Please copy and paste the output of PyWhat with your new addition using an example that tests this addition below:

codecov-commenter commented 3 years ago

Codecov Report

Merging #221 (1b09380) into main (b04de11) will increase coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #221   +/-   ##
=======================================
  Coverage   92.52%   92.53%           
=======================================
  Files          14       14           
  Lines        1204     1205    +1     
=======================================
+ Hits         1114     1115    +1     
  Misses         90       90           
Impacted Files Coverage Ξ”
pywhat/printer.py 77.85% <0.00%> (+0.15%) :arrow_up:

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 b04de11...1b09380. Read the comment docs.