SimonKagstrom / kcov

Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
http://simonkagstrom.github.io/kcov/
GNU General Public License v2.0
720 stars 110 forks source link

Avoid unversioned python shebangs #306

Closed dridi closed 5 years ago

dridi commented 5 years ago

Starting with Fedora 31 plain python means Python 3 and it wouldn't be surprising that other operating systems gradually make the same change as Python 2 is going EOL.

Refs #305

codecov[bot] commented 5 years ago

Codecov Report

Merging #306 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #306   +/-   ##
=======================================
  Coverage   70.18%   70.18%           
=======================================
  Files          57       57           
  Lines        3706     3706           
=======================================
  Hits         2601     2601           
  Misses       1105     1105
Impacted Files Coverage Δ
tests/python/main 77.27% <ø> (ø) :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 ea3f3c8...84899ea. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #306 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #306   +/-   ##
=======================================
  Coverage   70.18%   70.18%           
=======================================
  Files          57       57           
  Lines        3706     3706           
=======================================
  Hits         2601     2601           
  Misses       1105     1105
Impacted Files Coverage Δ
tests/python/main 77.27% <ø> (ø) :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 ea3f3c8...84899ea. Read the comment docs.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 70.183% when pulling 84899ea6148dc97b307d02c14c3a9e09c2376317 on Dridi:python2 into ea3f3c8731754f6f1bf5ec103b498226c92b5c22 on SimonKagstrom:master.

SimonKagstrom commented 5 years ago

Great, thanks a lot!