Skip to content

Commit

Permalink
⚗️ Test for CI System (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
soo-bak committed Jul 7, 2024
1 parent 25e33f9 commit 0dda01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestAndCoverageSUL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
if: always()
with:
name: Coverage results for ${{ matrix.testMode }}
path: ${{ matrix.testMode }}-artifacts/coverage/
path: CodeCoverage/

- name: Upload HTML Coverage Report
uses: actions/upload-artifact@v3
if: always()
with:
name: HTML coverage report for ${{ matrix.testMode }}
path: ${{ matrix.testMode }}-artifacts/Report/html
path: CodeCoverage/Report/html

0 comments on commit 0dda01c

Please sign in to comment.