[flair] generate badges from pytest and coverage reports
All checks were successful
ci/woodpecker/push/workflow/1 Pipeline was successful
ci/woodpecker/push/workflow/2 Pipeline was successful

dev only, doesn't yet need to run on CI
This commit is contained in:
bronsen 2025-03-18 00:18:31 +01:00
parent 60344a0cf5
commit c60b494879
6 changed files with 19 additions and 1 deletions

View file

@ -26,4 +26,9 @@ test *ARGS:
cov *ARGS:
just test --cov --cov-report xml --cov-report term --junitxml=reports/junit/junit.xml {{ARGS}}
badges:
genbadge coverage --output-file docs/coverage-badge.svg
genbadge tests --output-file docs/tests-badge.svg
alias fd := freshdeps