SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.
MIT License
1.55k stars 236 forks source link

Added primitive support for llvm-cov -path-equivalence. #547

Open grigorye opened 11 months ago

grigorye commented 11 months ago

This illustrates the idea of the functionality that we miss. The corresponding issue: https://github.com/SlatherOrg/slather/issues/548.

im-jersh commented 7 months ago

i think this might address #531? seems like a similar issue where the source file absolute paths are different at the time slather is run than when the tests were run.

grigorye commented 7 months ago

i think this might address #531? seems like a similar issue where the source file absolute paths are different at the time slather is run than when the tests were run.

At quick glance, it looks like that: you can probably take a look at https://github.com/SlatherOrg/slather/issues/548 and try to see if it's similar.