Skip to content

Commit 8357da3

Browse files
authored
Move clone to another folder (#3200)
1 parent e6d9828 commit 8357da3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-pr-coverage.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
with:
3131
ref: ${{ github.event.workflow_run.head_sha }}
32+
path: repo_clone
3233
- name: Upload coverage report
3334
if: '!cancelled()'
3435
uses: codecov/codecov-action@v3
@@ -39,3 +40,4 @@ jobs:
3940
files: ".coverage.3.8.xml,.coverage.3.9.xml,.coverage.3.10.xml,.coverage.3.11.xml,.coverage.3.12.xml"
4041
fail_ci_if_error: true
4142
verbose: true
43+
root_dir: ${{ github.workspace }}/repo_clone

0 commit comments

Comments
 (0)