ManimCommunity / ManimPango

Binding for Pango, to use with Manim.
https://manimpango.manim.community
MIT License
43 stars 13 forks source link

Code Coverage #32

Closed naveen521kk closed 3 years ago

naveen521kk commented 3 years ago

Currently, we have a small test suite. I would like to have Code Coverage enabled here. For that, I found these https://stackoverflow.com/questions/34935796/how-to-use-coverage-analysis-with-cython http://docs.cython.org/src/tutorial/profiling_tutorial.html http://blog.behnel.de/posts/coverage-analysis-for-cython-modules.html This will make sure that things will work.

naveen521kk commented 3 years ago

This will be done after #31