mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-16 21:10:08 +00:00
2 lines
114 B
Bash
Executable file
2 lines
114 B
Bash
Executable file
#!/bin/bash
|
|
python3 -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v --color=yes
|