using codecov token.

This commit is contained in:
Jason Kulatunga 2024-06-06 08:05:52 -07:00
parent 14ffb6a9ee
commit 3dfc0215db
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ jobs:
name: coverage
- name: Upload coverage reports
uses: codecov/codecov-action@v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ${{ github.workspace }}/backend-coverage.txt,${{ github.workspace }}/lcov.info
flags: unittests