-
Hi all, I am running some unit tests for our plugin and use avocado for all of them. However, I generally also submit coverage reports which worked easily with unit tests but no longer seem to be effective with avocado. What I run is
but the resulting coverage is 0% throughout. Is there a standard way to invoke avocado together with python3-coverage? Would you suggest a better way then the one above? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
I am also keen to understand this too, as per the documentation it suggests that we should get coverage via invoking coverage and then pass on avocado but I get no-data-collected
TiA |
Beta Was this translation helpful? Give feedback.
-
Hi @pevogam and @arif-ali the #5944 should solve the issues with the coverage.py on Avocado. Can you please try it out and let me know if it works for you? Thank you. |
Beta Was this translation helpful? Give feedback.
Hi @pevogam and @arif-ali the #5944 should solve the issues with the coverage.py on Avocado. Can you please try it out and let me know if it works for you? Thank you.