diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4d672a..1ea1dbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,9 +96,8 @@ jobs: format: markdown output: both - - name: Add Coverage PR Comment - uses: marocchino/sticky-pull-request-comment@v2 - if: github.event_name == 'pull_request' + - name: Upload Coverage Summary Report + uses: actions/upload-artifact@v4 with: - recreate: true path: code-coverage-results.md + name: code-coverage-results diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a360e0..82a5241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Split up `CI` workflow into two separate workflows for the comment posting to work for PRs from forks. + ## [1.2.1] - 2025-03-18 ### dependabot: \#57 Bump tj-actions/changed-files from 41 to 46 in /.github/workflows