If the coverage run is done on Python < 3.8 and the coverage report is done on Python 3.8, the lines following decorators (the function/method/class definitions) will be ignored and result in lower ...
Newbie here. I just started porting some code from eventlet to trio. I'm using python 3.6.2 and trio 0.10.0. $ python3 test.py 2 Traceback (most recent call last ...