Skip to content

Commit 19228af

Browse files
authored
Fixed codecov for repository (#636)
## Changes <!-- Summary of your changes that are easy to understand --> Same as: databricks/terraform-provider-databricks#3530 ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> CI: ``` info - 2024-05-03 09:57:07,135 -- > /home/runner/work/databricks-sdk-py/databricks-sdk-py/coverage.xml info - 2024-05-03 09:57:07,425 -- Your upload is now processing. When finished, results will be available at: https://app.codecov.io/github/databricks/databricks-sdk-py/commit/67211d374104c143c07a62ebd2f4ab3f61f613a2 info - 2024-05-03 09:57:07,600 -- Process Upload complete ``` - [ ] `make test` run locally - [ ] `make fmt` applied - [ ] relevant integration tests applied
1 parent 8d25659 commit 19228af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
run: make dev install test
2929

3030
- name: Publish test coverage
31-
uses: codecov/codecov-action@v1
31+
uses: codecov/codecov-action@v4
32+
env:
33+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3234

3335
fmt:
3436
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)