Skip to content

Commit 9b12637

Browse files
authored
Add CI post-comment workflow and update coverage report handling (neolution-ch#59)
1 parent 2321694 commit 9b12637

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ jobs:
9696
format: markdown
9797
output: both
9898

99-
- name: Add Coverage PR Comment
100-
uses: marocchino/sticky-pull-request-comment@v2
101-
if: github.event_name == 'pull_request'
99+
- name: Upload Coverage Summary Report
100+
uses: actions/upload-artifact@v4
102101
with:
103-
recreate: true
104102
path: code-coverage-results.md
103+
name: code-coverage-results

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Split up `CI` workflow into two separate workflows for the comment posting to work for PRs from forks.
13+
1014
## [1.2.1] - 2025-03-18
1115

1216
### dependabot: \#57 Bump tj-actions/changed-files from 41 to 46 in /.github/workflows

0 commit comments

Comments
 (0)