Open
Description
This problem was first reported at https://youtrack.jetbrains.com/oauth?state=%2Fissue%2FPY-38366
1 - I am running a unit test that is invoking the call(...) function of a TensorFlow model. I can see the trace message, that I have placed in the function, printed so I know the function is being called.
2 - The coverage analysis shows that code in red, as though it was not invoked.
3 - It should show green as it was invoked.
See test_model.py in https://github.com/Data-Science-Projects/demo-routenet.
See also the requirements.txt in that project.