5 lines
No EOL
67 B
Bash
Executable file
5 lines
No EOL
67 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -x
|
|
set -e
|
|
|
|
pytest --cov=. --cov-report=html |