Skip to content

Commit

Permalink
updated codecov workflow runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-leary7 committed Oct 11, 2024
1 parent 8b3841a commit 6b9393d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
shell: bash

- name: Upload test results
if: failure()
if: always()
uses: actions/upload-artifact@v3
with:
name: coverage-test-failures
name: coverage-test-upload
path: ${{ runner.temp }}/package

0 comments on commit 6b9393d

Please sign in to comment.