karolsluszniak / ex_check

One task to efficiently run all code analysis & testing tools in an Elixir project. Born out of 💜 to Elixir and pragmatism.
https://hex.pm/packages/ex_check
MIT License
305 stars 11 forks source link

Coverage #32

Closed manuel-rubio closed 1 year ago

manuel-rubio commented 2 years ago

Could it be possible to have a check also for the test coverage? It could be great to have even the configuration to know if that should be appearing in green or red based on the percentage.

karolsluszniak commented 1 year ago

Hey. I've explored this idea and even coded a separate tool for this exact purpose - feel free to check it out at ex_uncov repo. Still, I'm not 100% convinced as to whether it's worth it to face all the consequences of managing coverage tracking in version control (and that's the only way it could work with tool like ex_check) due to conflicts, extra fuss etc. I haven't tried it in any real project so far but fee free to do so if you see it helpful.

Closing for now. I'm assuming we can move any specific discussions to that repo instead.