ci: Update tests.yml workflow

This commit is contained in:
Nicolas Giard 2024-11-19 16:13:54 -05:00 committed by GitHub
parent bdf503a73b
commit 70b8c85677
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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() }}