Merge pull request #25417 from Avogar/turn-off-coverage

Turn off WITH_COVERAGE in build with clang-tidy
This commit is contained in:
Maksim Kita 2021-06-17 22:35:58 +03:00 committed by GitHub
commit 1de01ae722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@
"bundled": "bundled",
"splitted": "unsplitted",
"tidy": "enable",
"with_coverage": true
"with_coverage": false
},
{
"compiler": "clang-11",