Add Codecov coverage and test analytics for Python CI (#91)

This commit is contained in:
l5y
2025-09-16 12:04:46 +02:00
committed by GitHub
parent 1c13b99f3b
commit 49dcfebfb3
2 changed files with 21 additions and 3 deletions

4
.gitignore vendored
View File

@@ -57,3 +57,7 @@ Gemfile.lock
# Python cache directories
__pycache__/
.coverage
coverage.xml
htmlcov/
reports/