feat: upload coverage for all events
This commit is contained in:
parent
803ce44707
commit
a5052f5ac8
1 changed files with 0 additions and 3 deletions
3
.github/workflows/coverage.yml
vendored
3
.github/workflows/coverage.yml
vendored
|
@ -98,8 +98,6 @@ jobs:
|
||||||
# run: make frontend
|
# run: make frontend
|
||||||
|
|
||||||
- name: Generate coverage file
|
- 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
|
uses: actions-rs/tarpaulin@v0.1
|
||||||
with:
|
with:
|
||||||
args: "-t 1200"
|
args: "-t 1200"
|
||||||
|
@ -114,5 +112,4 @@ jobs:
|
||||||
COMPILED_DATE: "2021-07-21"
|
COMPILED_DATE: "2021-07-21"
|
||||||
|
|
||||||
- name: Upload to Codecov
|
- name: Upload to Codecov
|
||||||
if: github.event_name == 'pull_request'
|
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v2
|
||||||
|
|
Loading…
Reference in a new issue