Skip to content

Commit fd13b7c

Browse files
committed
Disable coverage again
1 parent 1efa171 commit fd13b7c

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.github/workflows/actions.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,19 @@ jobs:
8686
python integration_tests/torch_custom_fit_test.py
8787
- name: Test with pytest
8888
run: |
89-
pytest keras --ignore keras/src/applications --cov=keras
90-
coverage xml --omit='keras/src/applications/*,keras/api' -o core-coverage.xml
91-
- name: Codecov keras
92-
uses: codecov/codecov-action@v4
93-
with:
94-
env_vars: PYTHON,KERAS_HOME
95-
flags: keras,keras-${{ matrix.backend }}
96-
files: core-coverage.xml
97-
token: ${{ secrets.CODECOV_TOKEN }}
98-
fail_ci_if_error: false
89+
pytest keras --ignore keras/src/applications
90+
# - name: Test with pytest
91+
# run: |
92+
# pytest keras --ignore keras/src/applications --cov=keras
93+
# coverage xml --omit='keras/src/applications/*,keras/api' -o core-coverage.xml
94+
# - name: Codecov keras
95+
# uses: codecov/codecov-action@v4
96+
# with:
97+
# env_vars: PYTHON,KERAS_HOME
98+
# flags: keras,keras-${{ matrix.backend }}
99+
# files: core-coverage.xml
100+
# token: ${{ secrets.CODECOV_TOKEN }}
101+
# fail_ci_if_error: false
99102

100103
format:
101104
name: Check the code format

0 commit comments

Comments
 (0)