ci: Update tests.yml workflow
This commit is contained in:
parent
bdf503a73b
commit
70b8c85677
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -73,9 +73,10 @@ jobs:
|
||||||
path: geckodriver.log
|
path: geckodriver.log
|
||||||
|
|
||||||
- name: Upload Coverage Results to Codecov
|
- name: Upload Coverage Results to Codecov
|
||||||
uses: codecov/codecov-action@v4.6.0
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
files: coverage.xml
|
files: coverage.xml
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
- name: Convert Coverage Results
|
- name: Convert Coverage Results
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
Loading…
Reference in a new issue