mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-18 21:30:19 +00:00
3 lines
101 B
Bash
3 lines
101 B
Bash
|
|
#!/bin/bash
|
||
|
|
python -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v
|