Skip to content

Commit

Permalink
Move clone to another folder (#3200)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed May 2, 2024
1 parent e6d9828 commit 8357da3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-pr-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.workflow_run.head_sha }}
path: repo_clone
- name: Upload coverage report
if: '!cancelled()'
uses: codecov/codecov-action@v3
Expand All @@ -39,3 +40,4 @@ jobs:
files: ".coverage.3.8.xml,.coverage.3.9.xml,.coverage.3.10.xml,.coverage.3.11.xml,.coverage.3.12.xml"
fail_ci_if_error: true
verbose: true
root_dir: ${{ github.workspace }}/repo_clone

0 comments on commit 8357da3

Please sign in to comment.