Skip to content

Commit 38ad09f

Browse files
committed
Try saving coverage report
1 parent 75abb76 commit 38ad09f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/actions/coverage-report/action.yml

+7
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,10 @@ runs:
3939
body: |
4040
### 📊 ${{ inputs.title }}
4141
${{ steps.parse.outputs.coverage-summary }}
42+
43+
- name: Upload Coverage Report
44+
if: github.event_name == 'pull_request'
45+
uses: actions/upload-artifact@v4
46+
with:
47+
name: coverage-report
48+
path: coverage/

0 commit comments

Comments
 (0)