File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -86,16 +86,19 @@ jobs:
86
86
python integration_tests/torch_custom_fit_test.py
87
87
- name : Test with pytest
88
88
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
99
102
100
103
format :
101
104
name : Check the code format
You can’t perform that action at this time.
0 commit comments