Skip to content

Commit 070057a

Browse files
authored
check if grpcio and protobuf are installed with the lib
1 parent 417e5b5 commit 070057a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/actions.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

keras_tuner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
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"

0 commit comments

Comments
 (0)