4 lines
90 B
Bash
4 lines
90 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
coverage erase && coverage run -m unittest discover && coverage report
|