[flair] generate badges from pytest and coverage reports
dev only, doesn't yet need to run on CI
This commit is contained in:
parent
60344a0cf5
commit
c60b494879
6 changed files with 19 additions and 1 deletions
5
justfile
5
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue