From a5052f5ac8df43c859860510a5185d288ad5e0b0 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 15 Aug 2022 16:43:22 +0530 Subject: [PATCH] feat: upload coverage for all events --- .github/workflows/coverage.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3b48d03..fa2894e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -98,8 +98,6 @@ jobs: # run: make frontend - name: Generate coverage file - if: github.event_name == 'pull_request' - #if: (github.ref == 'refs/heads/master' || github.event_name == 'pull_request') uses: actions-rs/tarpaulin@v0.1 with: args: "-t 1200" @@ -114,5 +112,4 @@ jobs: COMPILED_DATE: "2021-07-21" - name: Upload to Codecov - if: github.event_name == 'pull_request' uses: codecov/codecov-action@v2