mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Use default version of gcovr.
This commit is contained in:
parent
8a00c0e9fb
commit
437d2f0e4d
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -253,11 +253,16 @@ jobs:
|
||||
run: ctest --output-on-failure -C ${{ matrix.build-config || 'Release' }}
|
||||
working-directory: ${{ matrix.build-dir }}
|
||||
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Generate coverage report
|
||||
shell: bash
|
||||
if: always() && matrix.codecov
|
||||
run: |
|
||||
python3 -u -m pip install --user gcovr==5.0 --ignore-installed
|
||||
python3 -u -m pip install gcovr
|
||||
python3 -m gcovr \
|
||||
--exclude-unreachable-branches \
|
||||
--gcov-ignore-parse-errors \
|
||||
|
Loading…
x
Reference in New Issue
Block a user