Skip to content

Commit b69eadc

Browse files
authored
ci: Remove code coverage for now to keep from blocking other prs (feast-dev#2950)
* Remove code coverage for now to keep from blocking other prs Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]> * Fix Signed-off-by: Kevin Zhang <[email protected]>
1 parent d3868c5 commit b69eadc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/pr_local_integration_tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,3 @@ jobs:
7878
- name: Test local integration tests
7979
if: ${{ always() }} # this will guarantee that step won't be canceled and resources won't leak
8080
run: make test-python-integration-local
81-
- name: Upload coverage to Codecov
82-
uses: codecov/codecov-action@v1
83-
with:
84-
token: ${{ secrets.CODECOV_TOKEN }}
85-
files: ./coverage.xml
86-
flags: localintegrationtests
87-
env_vars: OS,PYTHON
88-
fail_ci_if_error: true
89-
verbose: true

0 commit comments

Comments
 (0)