Skip to content

Commit 233b752

Browse files
authored
Merge pull request #27 from 0xbigapple/feature/migrate_ci_4
ci: retrigger codecov
2 parents 09bf94f + 7adce21 commit 233b752

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
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}
7878
directory: ./coverage-artifacts
79-
disable_features: gcov
79+
gcov_executable: ''
8080
override_branch: ${{ github.ref_name }}
8181
fail_ci_if_error: true
8282
verbose: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}
7979
directory: ./coverage
80-
disable_features: gcov
80+
gcov_executable: ''
8181
override_commit: ${{ steps.pr.outputs.sha }}
8282
override_branch: ${{ steps.pr.outputs.branch }}
8383
override_pr: ${{ steps.pr.outputs.number }}

0 commit comments

Comments
 (0)