Skip to content

Commit d54410f

Browse files
authored
Merge pull request #28 from 0xbigapple/feature/migrate_ci_4
ci: retrigger codecov
2 parents 233b752 + f4982d4 commit d54410f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/coverage-base-upload.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}
7878
directory: ./coverage-artifacts
79+
root_dir: ./
7980
gcov_executable: ''
8081
override_branch: ${{ github.ref_name }}
8182
fail_ci_if_error: true

.github/workflows/coverage-pr-upload-compare.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}
7979
directory: ./coverage
80+
root_dir: ./
8081
gcov_executable: ''
8182
override_commit: ${{ steps.pr.outputs.sha }}
8283
override_branch: ${{ steps.pr.outputs.branch }}

0 commit comments

Comments
 (0)