mirror of https://github.com/databricks/cli.git
Remove "Publish test coverage" step on CI (#2036)
There is no token for codecov and no plans on getting one.
This commit is contained in:
parent
f939e57f3a
commit
07fff20eff
|
@ -54,9 +54,6 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: make testonly
|
run: make testonly
|
||||||
|
|
||||||
- name: Publish test coverage
|
|
||||||
uses: codecov/codecov-action@v4
|
|
||||||
|
|
||||||
golangci:
|
golangci:
|
||||||
name: lint
|
name: lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue