We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a022c2 commit 1d993ecCopy full SHA for 1d993ec
.github/workflows/coverage-linux.yml
@@ -32,8 +32,8 @@ jobs:
32
python-version: ${{ env.PYTHON_VERSION }}
33
- name: Environment Information
34
run: npx envinfo
35
- - name: Install gcovr
36
- run: pip install gcovr==4.2
+ - name: Install gcovr and Jinja2
+ run: pip install gcovr==4.2 Jinja2
37
- name: Build
38
run: make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn --coverage"
39
# TODO(bcoe): fix the couple tests that fail with the inspector enabled.
0 commit comments