Skip to content

Commit

Permalink
Update functional_tests_2023.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya authored Dec 6, 2024
1 parent 9e09e90 commit 2f6350f
Showing 1 changed file with 3 additions and 3 deletions.
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.0.7
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.0.7
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.0.7
uses: codecov/codecov-action@v3.1.5
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage.xml
Expand Down

0 comments on commit 2f6350f

Please sign in to comment.