LSSTDESC / firecrown

DESC Cosmology Likelihood Framework
BSD 3-Clause "New" or "Revised" License
29 stars 7 forks source link

Exclude integration tests from code coverage #387

Closed mattkwiecien closed 6 months ago

mattkwiecien commented 7 months ago

Moving the examples into integration tests to be run by pytest artificially inflate our code coverage metrics (e.g. TwoPoint has much higher coverage now without adding any unit tests).

To keep our code coverage meaningful, we should remove added coverage due to these examples from our coverage reports.