mirror of https://github.com/databricks/cli.git
Added codecov integration on code push (#1095)
Added codecov integration on code push
This commit is contained in:
parent
3e6e04831f
commit
9cb098506a
|
@ -55,6 +55,9 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: make test
|
run: make test
|
||||||
|
|
||||||
|
- name: Publish test coverage
|
||||||
|
uses: codecov/codecov-action@v1
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue