Skip to content

Commit 9589f18

Browse files
chore(deps): update dependency gcovr to v8.4 (#559)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 6d9c0eb commit 9589f18

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • template/[% if repo_platform == 'github' %].github[% endif %]/workflows

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332

333333
- name: Prepare for gcovr
334334
run: |
335-
pip install gcovr==8.3
335+
pip install gcovr==8.4
336336
337337
- name: Configure CMake
338338
run: >

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ jobs:
348348

349349
- name: Prepare for gcovr
350350
run: |
351-
pip install gcovr==8.3
351+
pip install gcovr==8.4
352352

353353
- name: Configure CMake
354354
run: >

0 commit comments

Comments
 (0)