[FEAT] add codecov token (#1908)

for better coverage reports
This commit is contained in:
dni ⚡ 2023-08-28 13:49:33 +02:00 committed by GitHub
parent 85b7591f6e
commit 6efe1a156b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -77,4 +77,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml

View file

@ -54,4 +54,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml