mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 04:27:02 +01:00
6 lines
84 B
Bash
6 lines
84 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
poetry run coverage run -m pytest -vvx && \
|
||
|
poetry run coverage html
|
||
|
|