File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments