arporter / habakkuk

Fortran code analysis for performance prediction
11 stars 0 forks source link

Py3 port #50

Closed arporter closed 6 years ago

arporter commented 6 years ago

Adds support for Python 3 while maintaining that for 2.7.

codecov[bot] commented 6 years ago

Codecov Report

Merging #50 into master will increase coverage by 0.15%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage    96.5%   96.66%   +0.15%     
==========================================
  Files           6        6              
  Lines        1259     1259              
==========================================
+ Hits         1215     1217       +2     
+ Misses         44       42       -2
Impacted Files Coverage Δ
src/habakkuk/dag.py 96.29% <100%> (ø) :arrow_up:
src/habakkuk/schedule.py 92.79% <100%> (ø) :arrow_up:
src/habakkuk/dag_node.py 97.19% <100%> (+0.91%) :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 f200a0d...9960cae. Read the comment docs.

arporter commented 6 years ago

Coverage of the diff is 100%. All modified files are pylint clean (modulo some test names being too long). Documentation is now up-to-date.