Skip to content

Commit 76c5f85

Browse files
authored
Merge pull request #40 from aminya/gcovr
fix: downgrade gcovr to 5.2
2 parents a30a8df + 5dd1b6f commit 76c5f85

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-clang-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77

88
steps:
99
- uses: actions/checkout@v4
10-
- uses: DoozyX/clang-format-lint-action@v0.16
10+
- uses: DoozyX/clang-format-lint-action@v0.16.2
1111
with:
1212
source: '.'
1313
exclude: './third_party ./external'
1414
extensions: 'h,cpp,hpp'
15-
clangFormatVersion: 12
15+
clangFormatVersion: 16
1616
inplace: True
1717
- uses: EndBug/add-and-commit@v9
1818
with:

.github/workflows/ci.yml

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

9999
cppcheck: true
100100

101-
gcovr: true
101+
gcovr: "5.2"
102102
opencppcoverage: true
103103

104104
- name: Initialize CodeQL

0 commit comments

Comments
 (0)