ci(codecov): enable comments (#966)

This commit is contained in:
Sergiu Deitsch 2024-01-04 21:54:23 +01:00 committed by GitHub
parent 8775a454c1
commit c8950c6b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,11 @@
comment:
layout: "diff, flags, files"
behavior: default
require_changes: false
require_base: false
require_head: true
ignore:
- "**/*_unittest.cc"
- "src/*_unittest/**"
- "src/googletest.h"
- "src/mock-log.h"