Skip to content

Commit 5e9cc3a

Browse files
authored
Update coverage tool version in bazel.yml
1 parent 32c1d51 commit 5e9cc3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
sudo apt-get install -y lcov
2424
mkdir "${GITHUB_WORKSPACE}/src"
2525
cd "${GITHUB_WORKSPACE}/src"
26-
curl -L https://files.pythonhosted.org/packages/24/56/95b7e30fa389756cb56630faa728da46a27b8c6eb46f9d557c68fff12b65/coverage-7.13.4.tar.gz | tar xvz
26+
curl -L https://files.pythonhosted.org/packages/9d/e0/70553e3000e345daff267cec284ce4cbf3fc141b6da229ac52775b5428f1/coverage-7.13.5.tar.gz| tar xvz
2727
cd "${GITHUB_WORKSPACE}"
2828
bazel coverage --combined_report=lcov --java_runtime_version=remotejdk_11 -t- --instrument_test_targets \
2929
--test_output=errors --linkopt=--coverage --linkopt=-lc \
30-
--test_env=PYTHON_COVERAGE=${GITHUB_WORKSPACE}/src/coverage-7.13.1/__main__.py \
30+
--test_env=PYTHON_COVERAGE=${GITHUB_WORKSPACE}/src/coverage-7.13.5/__main__.py \
3131
--test_verbose_timeout_warnings --define=config_file=test ...:all
3232
- name: Coveralls
3333
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7

0 commit comments

Comments
 (0)