Replies: 3 comments
-
Did you ever find a good solution? |
Beta Was this translation helpful? Give feedback.
-
Essentially you need to
If you want to do this locally rather than upload to codecov then you need to do something like
to get textual output or
to generate HTML output. Note this is using |
Beta Was this translation helpful? Give feedback.
-
@ianthomas23 thank you for the suggestions!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all! I am trying to determine if I am testing all of the functions within a python module made using pybind. I have tried using coverage.py but it only showed the functions written 100% in python. I also tried gcov but it did not really show anything meaningful. I would like to just see what functions from the module are called when running pytest. Has anyone done this before?
Beta Was this translation helpful? Give feedback.
All reactions