diff --git a/.github/codecov.yml b/.github/codecov.yml index fc97592e4..0ba777241 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -4,6 +4,12 @@ coverage: default: # We don't gate anything based on flaky code coverage reports. informational: true + blazesym: + paths: + - src/ + blazesym-c: + paths: + - capi/src/ patch: default: informational: true