using codecov token.
This commit is contained in:
parent
14ffb6a9ee
commit
3dfc0215db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue