check_coverage.sh 97 B

12345
  1. #!/usr/bin/bash
  2. coverage run -m unittest discover
  3. coverage report
  4. coverage html -d coverage_html