using codecov token.
This commit is contained in:
parent
14ffb6a9ee
commit
3dfc0215db
|
@ -23,6 +23,8 @@ jobs:
|
||||||
name: coverage
|
name: coverage
|
||||||
- name: Upload coverage reports
|
- name: Upload coverage reports
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v2
|
||||||
|
env:
|
||||||
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
with:
|
with:
|
||||||
files: ${{ github.workspace }}/backend-coverage.txt,${{ github.workspace }}/lcov.info
|
files: ${{ github.workspace }}/backend-coverage.txt,${{ github.workspace }}/lcov.info
|
||||||
flags: unittests
|
flags: unittests
|
||||||
|
|
Loading…
Reference in New Issue