Closed rillian closed 5 years ago
Merging #81 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #81 +/- ##
=======================================
Coverage 87.24% 87.24%
=======================================
Files 27 27
Lines 996 996
=======================================
Hits 869 869
Misses 127 127
Impacted Files | Coverage Δ | |
---|---|---|
pyoracc/atf/common/atflex.py | 100% <100%> (ø) |
: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 c32960b...6959cd9. Read the comment docs.
@ageorgou I was just wondering if you've had time to look at this?
Ok @ageorgou, ready for follow-up!
Thanks @rillian! I'll take a look and also double check with someone who has more ATF experience, so it will be early next week when I can review with confidence.
Thanks for the update. Hopefully all the additional issues are addressed now.
Great, thanks! \o/ Can you also merge the PR for me?
Address the remaining escape sequence warnings, and replace deprecated
pep8
withpycodestyle
.Closes #78 .