mozilla / grcov

Rust tool to collect and aggregate code coverage data for multiple source files
Mozilla Public License 2.0
1.16k stars 148 forks source link

Impossible to ignore filenames containing digits #1130

Open Luni-4 opened 10 months ago

Luni-4 commented 10 months ago

During the computation of code coverg for the burn project, it was not possible to completely ignore the examples directory because it contains the following file: examples/image-classification-web/src/model/squeezenet1.rs.

Ignoring the specific file, without using globs, did not work as well. After the file was renamed as squeezenet.rs, it was ignored.