Skip to content

Commit

Permalink
[Bugfix] CI: Run Coverage Workflow Correctly on Fork Repositories (#1261
Browse files Browse the repository at this point in the history
)

* Fixed ::= CI:  error when running coverage workflow on forks

* Create summary of recent changes

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kevinmatthes and github-actions[bot] committed Mar 1, 2024
1 parent 7e1ba97 commit 2ec14ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- run: echo pycobertura >> requirements.txt
- uses: py-actions/py-dependency-install@v4.1.0
Expand Down
8 changes: 8 additions & 0 deletions changelog.d/20240301_184631_GitHub_Actions_pr-coverage.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(
references: {},
changes: {
"Fixed": [
"CI: error when running coverage workflow on forks",
],
},
)

0 comments on commit 2ec14ad

Please sign in to comment.