mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-14 20:58:03 +00:00
2 lines
102 B
Bash
Executable file
2 lines
102 B
Bash
Executable file
#!/bin/bash
|
|
python3 -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v
|