Skip to content

Commit af54df5

Browse files
committed
Update CodeCov action
1 parent dbc58e5 commit af54df5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build_master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
run: ./gradlew clean build
3737
- name: Upload coverage to Codecov
3838
uses: codecov/codecov-action@v4
39-
with:
40-
token: ${{ secrets.CODECOV_TOKEN }}
39+
with:
40+
token: ${{ secrets.CODECOV_TOKEN }}
4141

4242
build_eclipse:
4343
name: Build Eclipse Plugin

.github/workflows/build_standard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
run: ./gradlew clean build
3535
- name: Upload coverage to Codecov
3636
uses: codecov/codecov-action@v4
37-
with:
38-
token: ${{ secrets.CODECOV_TOKEN }}
37+
with:
38+
token: ${{ secrets.CODECOV_TOKEN }}
3939

4040
build_eclipse:
4141
name: Build Eclipse Plugin

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
run: ./gradlew clean build
3434
- name: Upload coverage to Codecov
3535
uses: codecov/codecov-action@v4
36-
with:
37-
token: ${{ secrets.CODECOV_TOKEN }}
36+
with:
37+
token: ${{ secrets.CODECOV_TOKEN }}
3838

3939
build_eclipse:
4040
name: Build Eclipse Plugin

0 commit comments

Comments
 (0)