Utility to re-run a docker container with slightly different arguments
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.coveragerc 91B

12345678
  1. [run]
  2. branch = True
  3. include = docker_rerun.py
  4. [report]
  5. precision = 2
  6. show_missing = True