Skip to content

Commit d79e663

Browse files
authored
Merge branch 'dev_1.18.1' into my-feature-branch
2 parents 89bac72 + a20c78f commit d79e663

17 files changed

+35
-20
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ 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 }}
3638
with:
3739
fail_ci_if_error: true
38-
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-espresso.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ 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 }}
3638
with:
3739
fail_ci_if_error: true
38-
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-goturn.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ 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 }}
3638
with:
3739
fail_ci_if_error: true
38-
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-huggingface.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ 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 }}
6466
with:
6567
fail_ci_if_error: true
66-
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-keras.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ 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 }}
7274
with:
7375
fail_ci_if_error: true
74-
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-legacy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ 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 }}
6769
with:
6870
fail_ci_if_error: true
69-
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-lingvo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ 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 }}
8688
with:
8789
fail_ci_if_error: true
88-
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-mxnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ 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 }}
5456
with:
5557
fail_ci_if_error: true
56-
token: ${{ secrets.CODECOV_TOKEN }}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ 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 }}
5961
with:
6062
fail_ci_if_error: true
61-
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/ci-pytorch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ 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 }}
6668
with:
6769
fail_ci_if_error: true
68-
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)