Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down