Skip to content

Commit bcf0c89

Browse files
committed
Update token
Signed-off-by: Beat Buesser <[email protected]>
1 parent cb35271 commit bcf0c89

15 files changed

+15
-30
lines changed

.github/workflows/ci-deepspeech-v3.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
uses: ./.github/actions/deepspeech-v3
3434
- name: Upload coverage to Codecov
3535
uses: codecov/codecov-action@v4
36-
env:
37-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3836
with:
3937
fail_ci_if_error: true
38+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-espresso.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
uses: ./.github/actions/espresso
3434
- name: Upload coverage to Codecov
3535
uses: codecov/codecov-action@v4
36-
env:
37-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3836
with:
3937
fail_ci_if_error: true
38+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-goturn.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
uses: ./.github/actions/goturn
3434
- name: Upload coverage to Codecov
3535
uses: codecov/codecov-action@v4
36-
env:
37-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3836
with:
3937
fail_ci_if_error: true
38+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-huggingface.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
run: ./run_tests.sh ${{ matrix.framework }}
6262
- name: Upload coverage to Codecov
6363
uses: codecov/codecov-action@v4
64-
env:
65-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6664
with:
6765
fail_ci_if_error: true
66+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-keras.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
run: ./run_tests.sh ${{ matrix.framework }}
7070
- name: Upload coverage to Codecov
7171
uses: codecov/codecov-action@v4
72-
env:
73-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7472
with:
7573
fail_ci_if_error: true
74+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-legacy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }}
6565
- name: Upload coverage to Codecov
6666
uses: codecov/codecov-action@v4
67-
env:
68-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6967
with:
7068
fail_ci_if_error: true
69+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-lingvo.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/speech_recognition/test_tensorflow_lingvo.py --framework=${{ matrix.framework }} --durations=0
8484
- name: Upload coverage to Codecov
8585
uses: codecov/codecov-action@v4
86-
env:
87-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8886
with:
8987
fail_ci_if_error: true
88+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-mxnet.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }}
5252
- name: Upload coverage to Codecov
5353
uses: codecov/codecov-action@v4
54-
env:
55-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5654
with:
5755
fail_ci_if_error: true
56+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-pytorch-object-detectors.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/object_detection/test_object_seeker_faster_rcnn.py --framework=pytorch --durations=0
5757
- name: Upload coverage to Codecov
5858
uses: codecov/codecov-action@v4
59-
env:
60-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6159
with:
6260
fail_ci_if_error: true
61+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-pytorch.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
run: ./run_tests.sh ${{ matrix.framework }}
6464
- name: Upload coverage to Codecov
6565
uses: codecov/codecov-action@v4
66-
env:
67-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6866
with:
6967
fail_ci_if_error: true
68+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)