fixed CI post test coverage to PR #1

Open
brian wants to merge 3 commits from update_CI_test into main
Showing only changes of commit 77edb1a506 - Show all commits
+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 }}