ci: Update tests.yml workflow

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

View file

@ -75,6 +75,7 @@ jobs:
- name: Upload Coverage Results to Codecov
uses: codecov/codecov-action@v5
with:
disable_search: true
files: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}