mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
5 lines
91 B
Bash
Executable File
5 lines
91 B
Bash
Executable File
#!/bin/sh
|
|
coverage run --source=./maigret -m pytest tests
|
|
coverage report -m
|
|
coverage html
|