4 lines
70 B
Bash
Executable file
4 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
coverage run -m unittest discover -v
|
|
coverage report -m
|