cover.sh 137 B

123456
  1. #!/bin/bash
  2. python-coverage erase
  3. python-coverage run --source gitlabircsender.py ./test.py
  4. python-coverage annotate gitlabircsender.py