feat: add standalone HTML reports

This commit is contained in:
Khizar
2026-07-17 14:54:59 +00:00
parent 4fcadca02e
commit c31e0088db
13 changed files with 539 additions and 17 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ jobs:
python-version: "3.12"
- run: cargo check
- run: cargo test
- run: python -m pip install .
- run: python -m pip install ".[report]"
- run: python -m unittest discover -s "$GITHUB_WORKSPACE/tests"
working-directory: /tmp