ci: add pytest coverage reporting

This commit is contained in:
pixelpaws
2025-09-25 15:47:07 +08:00
parent d933308a6f
commit 7315aac9d8
5 changed files with 102 additions and 0 deletions

3
requirements-dev.txt Normal file
View File

@@ -0,0 +1,3 @@
-r requirements.txt
pytest>=7.4
pytest-cov>=4.1