fix scheduled coverage runs

This commit is contained in:
Zachary Snow 2025-11-23 19:25:06 -05:00
parent 91f7eb6685
commit d3812098d8
1 changed files with 3 additions and 2 deletions

View File

@ -96,10 +96,11 @@ jobs:
make ${{ github.event_name == 'schedule' && runner.os == 'Linux' && 'coverage' || 'test' }}
- name: Upload Coverage
uses: actions/upload-artifact@v4
if: hashFiles('.hpc/*.html') != ''
if: github.event_name == 'schedule' && runner.os == 'Linux'
with:
name: coverage
path: .hpc/*.html
path: .hpc
include-hidden-files: true
release:
permissions: