Skip to content

Commit aad4947

Browse files
committed
Pass extra --ignore-errors flags to geninfo/lcov
1 parent d3d7d6a commit aad4947

File tree

7 files changed

+12
-346
lines changed

7 files changed

+12
-346
lines changed

.github/workflows/build-macos.yml

-67
This file was deleted.

.github/workflows/build-mingw.yml

-54
This file was deleted.

.github/workflows/build-msvc.yml

-58
This file was deleted.

.github/workflows/build-ubuntu.yml

-101
This file was deleted.

.github/workflows/code-coverage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ name: Coverage Upload to Codecov
66
on:
77
push:
88
branches:
9-
- 1.x.y-develop
10-
- 1.x.y-stable
11-
- 2.x.y-develop
9+
- fix-geninfo-errors
1210
paths:
1311
- '.github/workflows/code-coverage.yml'
1412
- '.github/.codecov.yml'
@@ -35,6 +33,8 @@ jobs:
3533
cmake -H${{github.event.repository.name}} -Bbuild
3634
-DCMAKE_BUILD_TYPE=Debug
3735
-DCPPSORT_ENABLE_COVERAGE=ON
36+
-DGENINFO_EXTRA_FLAGS="--ignore-errors mismatch,mismatch"
37+
-DLCOV_EXTRA_FLAGS="--ignore-errors unused"
3838
-G"Unix Makefiles"
3939
4040
- name: Build with coverage

.github/workflows/deploy-to-wiki.yml

-54
This file was deleted.

0 commit comments

Comments
 (0)