Skip to content

Commit f82aad8

Browse files
committed
test
1 parent f68d7ae commit f82aad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scaffold-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ jobs:
6464
uses: actions/upload-artifact@v4
6565
with:
6666
name: ${{github.job}}-code-coverage-report
67-
path: ./.scaffold/coverage-html
67+
path: ./.scaffold/.coverage-html
6868
if-no-files-found: error
6969

7070
- name: Upload coverage report to Codecov
7171
uses: codecov/codecov-action@v4
7272
if: ${{ env.CODECOV_TOKEN != '' }}
7373
with:
74-
directory: ./.scaffold/coverage-html
74+
directory: ./.scaffold/.coverage-html
7575
fail_ci_if_error: true
7676
token: ${{ secrets.CODECOV_TOKEN }}
7777
env:

0 commit comments

Comments
 (0)