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