Skip to content

Commit 60cbb35

Browse files
authored
Merge pull request #24 from 0xbigapple/feature/migrate_ci_4
ci: retrigger codecov
2 parents aa19f59 + c7990e8 commit 60cbb35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373

7474
- name: Upload base coverage to Codecov
7575
uses: codecov/codecov-action@v5
76-
working-directory: ./coverage-artifacts
7776
with:
7877
token: ${{ secrets.CODECOV_TOKEN }}
78+
directory: ./coverage-artifacts
7979
override_branch: ${{ github.ref_name }}
8080
fail_ci_if_error: true
8181
verbose: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ jobs:
7474
7575
- name: Upload to Codecov
7676
uses: codecov/codecov-action@v5
77-
working-directory: ./coverage
7877
with:
7978
token: ${{ secrets.CODECOV_TOKEN }}
79+
directory: ./coverage
8080
override_commit: ${{ steps.pr.outputs.sha }}
8181
override_branch: ${{ steps.pr.outputs.branch }}
8282
override_pr: ${{ steps.pr.outputs.number }}

0 commit comments

Comments
 (0)