Skip to content

Commit 6182f34

Browse files
authored
Change version of Codecov plugin (#30801)
1 parent fe2a224 commit 6182f34

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/beam_PreCommit_Java.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ jobs:
215215
name: Jacoco Results
216216
path: '**/build/jacoco/report/**'
217217
- name: Upload coverage reports to Codecov
218-
uses: codecov/codecov-action@v4.0.1
218+
uses: codecov/codecov-action@v3
219219
with:
220-
token: ${{ secrets.CODECOV_TOKEN }}
221220
flags: java

.github/workflows/beam_PreCommit_Java_GCP_IO_Direct.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ jobs:
149149
name: Jacoco Results
150150
path: '**/build/jacoco/report/**'
151151
- name: Upload coverage reports to Codecov
152-
uses: codecov/codecov-action@v4.0.1
152+
uses: codecov/codecov-action@v3
153153
with:
154-
token: ${{ secrets.CODECOV_TOKEN }}
155154
file: ${{ steps.jacoco_report_path.outputs.path }}
156155
flags: java

.github/workflows/beam_PreCommit_SQL.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ jobs:
125125
name: Jacoco Results
126126
path: '**/build/jacoco/report/**'
127127
- name: Upload coverage reports to Codecov
128-
uses: codecov/codecov-action@v4.0.1
128+
uses: codecov/codecov-action@v3
129129
with:
130-
token: ${{ secrets.CODECOV_TOKEN }}
131130
file: ${{ steps.jacoco_report_path.outputs.path }}
132131
flags: java

0 commit comments

Comments
 (0)