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