Fix rebase conflict artifacts
This commit is contained in:
parent
919557c20c
commit
ada3066e14
|
@ -67,6 +67,7 @@ jobs:
|
||||||
args: --all -- --check
|
args: --all -- --check
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
|
name: Coverage
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -80,4 +81,4 @@ jobs:
|
||||||
version: 'latest'
|
version: 'latest'
|
||||||
timeout: 600
|
timeout: 600
|
||||||
- name: Upload coverage report to Codecov
|
- name: Upload coverage report to Codecov
|
||||||
uses: codecov/codecov-action@v1.0.10
|
uses: codecov/codecov-action@v1.0.12
|
||||||
|
|
Loading…
Reference in New Issue