File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 7777 pytest --cov=keras_tuner --cov-report xml:coverage.xml
7878 - name : Codecov
7979 uses : codecov/codecov-action@v3
80+ with :
81+ token : ${{ secrets.CODECOV_TOKEN }}
82+ files : ./coverage.xml
83+ flags : unittests
84+ fail_ci_if_error : true
8085 format :
8186 name : Check the code format
8287 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11# KerasTuner
22
3- [ ![ ] ( https://github.com/keras-team/keras-tuner/workflows/Tests/badge.svg?branch=master )] ( https://github.com/keras-team/keras-tuner/actions?query=workflow%3ATests+branch%3Amaster )
3+ [ ![ ] ( https://github.com/keras-team/keras-tuner/workflows/Tests/badge.svg )] ( https://github.com/keras-team/keras-tuner/actions?query=workflow%3ATests+branch%3Amaster )
44[ ![ codecov] ( https://codecov.io/gh/keras-team/keras-tuner/branch/master/graph/badge.svg )] ( https://codecov.io/gh/keras-team/keras-tuner )
55[ ![ PyPI version] ( https://badge.fury.io/py/keras-tuner.svg )] ( https://badge.fury.io/py/keras-tuner )
66
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Unique source of truth for the version number.
16- __version__ = "1.4.7 "
16+ __version__ = "1.4.8 "
You can’t perform that action at this time.
0 commit comments