Skip to content

Commit 87ae570

Browse files
committed
Udpate codecov
Signed-off-by: Beat Buesser <[email protected]>
1 parent 5db3576 commit 87ae570

16 files changed

+16
-32
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:
37+
token: ${{ secrets.CODECOV_TOKEN }}
3938
fail_ci_if_error: true

.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:
37+
token: ${{ secrets.CODECOV_TOKEN }}
3938
fail_ci_if_error: true

.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:
37+
token: ${{ secrets.CODECOV_TOKEN }}
3938
fail_ci_if_error: true

.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:
65+
token: ${{ secrets.CODECOV_TOKEN }}
6766
fail_ci_if_error: true

.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:
73+
token: ${{ secrets.CODECOV_TOKEN }}
7574
fail_ci_if_error: true

.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:
68+
token: ${{ secrets.CODECOV_TOKEN }}
7069
fail_ci_if_error: true

.github/workflows/ci-lingvo.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/speech_recognition/test_tensorflow_lingvo.py --framework=${{ matrix.framework }} --durations=0
6363
- name: Upload coverage to Codecov
6464
uses: codecov/codecov-action@v4
65-
env:
66-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6765
with:
66+
token: ${{ secrets.CODECOV_TOKEN }}
6867
fail_ci_if_error: true

.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:
55+
token: ${{ secrets.CODECOV_TOKEN }}
5756
fail_ci_if_error: true

.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:
60+
token: ${{ secrets.CODECOV_TOKEN }}
6261
fail_ci_if_error: true

.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:
67+
token: ${{ secrets.CODECOV_TOKEN }}
6968
fail_ci_if_error: true

0 commit comments

Comments
 (0)