semgrep / testo

Test framework for OCaml
ISC License
16 stars 1 forks source link

Show progress indicator #85

Open mjambon opened 2 months ago

mjambon commented 2 months ago

This could be a percentage ([73%]), a fraction (3678/5028), or a progress bar (|████████ |). I have a preference for a fraction since it's more informative and compact.

This should be done after --jobs (#8) is merged to avoid conflicts.