PyO3 / rust-numpy

PyO3-based Rust bindings of the NumPy C-API
BSD 2-Clause "Simplified" License
1.07k stars 98 forks source link

Fix ignore pattern used to determine test coverage. #391

Closed adamreichold closed 10 months ago

adamreichold commented 10 months ago

Since we copied the configuration, we need to copy the fix from https://github.com/PyO3/pyo3/pull/3455

adamreichold commented 10 months ago

(I think we are not actually affect as the glob does match all test files for us, but it also doesn't hurt to keep things simpler and synchronized with PyO3.)