Skip to content

Commit 975e365

Browse files
authored
Merge pull request #1309 from Trusted-AI/dependabot/github_actions/codecov/codecov-action-2.1.0
Bump codecov/codecov-action from 2.0.3 to 2.1.0
2 parents a19258e + aab220c commit 975e365

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Run Test Action
3030
uses: ./.github/actions/deepspeech-v2
3131
- name: Upload coverage to Codecov
32-
uses: codecov/codecov-action@v2.0.3
32+
uses: codecov/codecov-action@v2.1.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Run Test Action
3030
uses: ./.github/actions/deepspeech-v3
3131
- name: Upload coverage to Codecov
32-
uses: codecov/codecov-action@v2.0.3
32+
uses: codecov/codecov-action@v2.1.0

.github/workflows/ci-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ jobs:
8484
- name: Run ${{ matrix.name }} ${{ matrix.module }} Tests
8585
run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }}
8686
- name: Upload coverage to Codecov
87-
uses: codecov/codecov-action@v2.0.2
87+
uses: codecov/codecov-action@v2.1.0

.github/workflows/ci-lingvo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
- name: Run ${{ matrix.name }} Tests
6161
run: ./run_tests.sh ${{ matrix.framework }}
6262
- name: Upload coverage to Codecov
63-
uses: codecov/codecov-action@v2.0.3
63+
uses: codecov/codecov-action@v2.1.0

.github/workflows/ci-mxnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
- name: Run ${{ matrix.name }} ${{ matrix.module }} Tests
5050
run: ./run_tests.sh ${{ matrix.framework }} ${{ matrix.module }}
5151
- name: Upload coverage to Codecov
52-
uses: codecov/codecov-action@v2.0.3
52+
uses: codecov/codecov-action@v2.1.0

.github/workflows/ci-pytorch-fasterrcnn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
- name: Run Test Action
4747
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/object_detection/test_pytorch_faster_rcnn.py --framework=pytorch --durations=0
4848
- name: Upload coverage to Codecov
49-
uses: codecov/codecov-action@v2.0.3
49+
uses: codecov/codecov-action@v2.1.0

.github/workflows/ci-tf-faster-rcnn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Run Test Action
3030
uses: ./.github/actions/tf-faster-rcnn
3131
- name: Upload coverage to Codecov
32-
uses: codecov/codecov-action@v1.5.0
32+
uses: codecov/codecov-action@v2.1.0

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ jobs:
123123
- name: Run Tests
124124
run: ./run_tests.sh ${{ matrix.framework }}
125125
- name: Upload coverage to Codecov
126-
uses: codecov/codecov-action@v2.0.3
126+
uses: codecov/codecov-action@v2.1.0

0 commit comments

Comments
 (0)