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
|
||||
|
||||
- name: Upload Coverage Results to Codecov
|
||||
uses: codecov/codecov-action@v4.6.0
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
files: coverage.xml
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
- name: Convert Coverage Results
|
||||
if: ${{ always() }}
|
||||
|
|
Loading…
Reference in a new issue