fixed CI post test coverage to PR
Python Code Quality / python-code-quality (pull_request) Successful in 14s
Test Python Package / test (pull_request) Successful in 17s

This commit is contained in:
Brian Bjarke Jensen
2025-10-30 00:02:37 +01:00
parent 1676fd10c9
commit 77edb1a506
+1
View File
@@ -32,6 +32,7 @@ jobs:
run: uv run pytest --cov=python_repositories --cov-report=term-missing > coverage.txt
- name: Post coverage summary to PR
if: github.event_name == 'pull_request'
env:
API_URL: ${{ vars.API_URL }}
REPO_OWNER: ${{ github.repository_owner }}