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 0dda01c commit a4e5a3c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
name: Coverage results for ${{ matrix.testMode }}
path: CodeCoverage/

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

0 comments on commit a4e5a3c

Please sign in to comment.