chore:Add codecov coverage reporting in CI flow (#2218)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-10-06 17:11:12 +05:30
committed by GitHub
parent 5055616101
commit e930a2922c
+8 -1
View File
@@ -68,4 +68,11 @@ jobs:
exit $STATUS
- name: Run unit tests
run: ./hack/runtests.sh
run: ./hack/runtests.sh
- name: Upload Coverage report to CodeCov
uses: codecov/codecov-action@v2
with:
token: ${{secrets.CODECOV_TOKEN}}
flags: unittests
file: ./coverage.txt