OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
507 stars 138 forks source link

Add code coverage reports #256

Closed alejandrosame closed 4 years ago

alejandrosame commented 4 years ago

Description

After the last code refactor, the PyDP starts having meaningful Python code. It is desired to add code coverage reports for Python and explore whether it is possible to report C++ bindings coverage without repeating tests.

Type of Test

Expected Behavior

We would like to run a command like make coverage and receive a report of test coverage for the source code developed under PyDP (Python and ideally C++ bindings also).