feat: upload coverage for all events

This commit is contained in:
Aravinth Manivannan 2022-08-15 16:43:22 +05:30
parent 803ce44707
commit a5052f5ac8
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 0 additions and 3 deletions

View File

@ -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