google / ctfscoreboard

Scoreboard for Capture The Flag competitions.
Apache License 2.0
165 stars 61 forks source link

Python 3 Support #234

Closed Matir closed 5 years ago

Matir commented 5 years ago

Fixes #63. In theory.

Currently, tests pass, but haven't really played with it yet. This is a preview.

codecov-io commented 5 years ago

Codecov Report

Merging #234 into master will increase coverage by 0.5%. The diff coverage is 87.32%.

@@            Coverage Diff            @@
##           master     #234     +/-   ##
=========================================
+ Coverage   68.51%   69.02%   +0.5%     
=========================================
  Files          27       27             
  Lines        2147     2179     +32     
  Branches      264      270      +6     
=========================================
+ Hits         1471     1504     +33     
+ Misses        582      581      -1     
  Partials       94       94