diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 8c85b3b9..5f25937f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -68,4 +68,11 @@ jobs: exit $STATUS - name: Run unit tests - run: ./hack/runtests.sh \ No newline at end of file + 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 \ No newline at end of file