Skip to content

Commit

Permalink
Reverting back Codecov action 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
poojadaine committed Dec 9, 2024
1 parent b14c940 commit e6379f2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
DISPLAY: ":99"
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: tox -e ft
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
run: tox -e ft
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/functional_tests_2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
DISPLAY: ":99"
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: tox -e ft
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand All @@ -105,7 +105,7 @@ jobs:
run: tox -e ft
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: tox -e integration
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: tox -e unit
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
run: tox -e unit
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
run: tox -e unit
- name: Upload coverage to Codecov
if: ${{ success() }} || ${{ failure() }}
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down

0 comments on commit e6379f2

Please sign in to comment.