Workiva / goverge

A golang multi package coverage reporting tool.
Other
3 stars 8 forks source link

Support python3 and python2 #46

Closed ericklaus-wf closed 4 years ago

ericklaus-wf commented 4 years ago

RIS's CI is broken because goverge does not work on python3, and RIS's underlying build container just started shipping python3 instead of python2. goverge doesn't work on python3 for several reasons:

python2 supports sub-module imports. With future imports, it also supports print statements.

So this change should be compatible with both python2 and python3.

aviary2-wf commented 4 years ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

ericklaus-wf commented 4 years ago

I think there are still python3 related problems with this PR.