4 lines
84 B
Bash
Executable file
4 lines
84 B
Bash
Executable file
#!/bin/bash
|
|
|
|
coverage run --source=. -m unittest discover -v -b
|
|
coverage report -m
|