Skip to content

Commit 002623b

Browse files
committed
feat!: new Venus version
1 parent 0f3c90c commit 002623b

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/auto-publish-beta.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,10 @@ jobs:
106106
fi
107107
108108
- name: Upload coverage to Codecov
109-
uses: codecov/codecov-action@v4
109+
uses: codecov/codecov-action@v5
110110
continue-on-error: true
111111
with:
112112
token: ${{ secrets.CODECOV_TOKEN }}
113-
files: ./__reports__/test-coverage/coverage-final.json,./__reports__/test-coverage/lcov.info
114-
flags: beta
115-
name: codecov-beta
116-
fail_ci_if_error: false
117-
verbose: true
118113

119114
- name: Build package
120115
run: |

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,10 @@ jobs:
134134
135135
- name: Upload coverage to Codecov
136136
if: steps.validate-branch.outputs.should_publish == 'true'
137-
uses: codecov/codecov-action@v4
137+
uses: codecov/codecov-action@v5
138138
continue-on-error: true
139139
with:
140140
token: ${{ secrets.CODECOV_TOKEN }}
141-
files: ./__reports__/test-coverage/coverage-final.json,./__reports__/test-coverage/lcov.info
142-
flags: production
143-
name: codecov-production
144-
fail_ci_if_error: false
145-
verbose: true
146141

147142
- name: Build package
148143
if: steps.validate-branch.outputs.should_publish == 'true'

0 commit comments

Comments
 (0)