From 026d98edf825fefd6c7af7d1dcaa845984b21699 Mon Sep 17 00:00:00 2001 From: naveen <172697+naveensrinivasan@users.noreply.github.com> Date: Thu, 20 Jan 2022 00:27:35 +0000 Subject: [PATCH] :seedling: Included e2e coverage for codecov --- .github/workflows/integration.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9f057084d00..4cb652a9af7 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -56,6 +56,12 @@ jobs: timeout_minutes: 30 command: make ci-e2e + - name: codecov + uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # 2.1.0 + with: + files: ./e2e-coverage.out + verbose: true + - name: find comment uses: peter-evans/find-comment@d2dae40ed151c634e4189471272b57e76ec19ba8 # v1.2.0 id: fc