infertux / bashcov

Code coverage tool for Bash
MIT License
150 stars 19 forks source link

Is bashcov concurrency safe? #52

Closed bje- closed 5 years ago

bje- commented 5 years ago

I would like to be able to run bashcov over several testsuites simultaneously. Does it handle writing out the end-of-run data files safely if there are multiple instances running?

bje- commented 5 years ago

I ended up testing this for myself, and it seems to be.