This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
siwei
/
paddlers
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
8ba124d82b
Ramos
Etiquetas
develop
master
paddlers
/
tests
/
check_coverage.sh
check_coverage.sh
97 B
Histórico
Em bruto
1
2
3
4
5
#!/usr/bin/bash
coverage run -m unittest discover
coverage report
coverage html -d coverage_html