How to implement coverage properly on a mixed project: Python + Rust #4871
-
Hello! Thanks for this amazing project. I'm working on a project with python + rust using pyo3. When I do Thanks again |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This isn't really a pyo3 question, it's a rust coverage question, so mostly you follow the rust coverage documentation: You can look at https://github.com/pyca/cryptography for an example of this (the relevant bits are in noxfile.py and ci.yml). |
Beta Was this translation helpful? Give feedback.
-
You can find the way I did it here: https://github.com/LilyFoote/django-rusty-templates/blob/main/.github/workflows/python.yml |
Beta Was this translation helpful? Give feedback.
You can find the way I did it here: https://github.com/LilyFoote/django-rusty-templates/blob/main/.github/workflows/python.yml