rizin/codecov.yml
Rot127 a59b090db9
String search integration tests (#5358)
* Add integration test for a simple string search.
* Clean up rz_str_is_false
* Doxygen
* Add rz_buf_type
* Sort search hits not just by address but also by size.
* Add a paranoid regex Hindi test.
* Add an integration test using RzCore and searching for UTF-16LE.
* Revert "Temporarily remove codecov workflow due to https://github.com/codecov/codecov-action/issues/1877 (#5366)"

This reverts commit dc5d50ce58.
2025-09-14 11:44:14 +08:00

27 lines
454 B
YAML

coverage:
status:
project:
default:
branches:
- dev
- 'release-*'
if_not_found: failure
target: auto
threshold: 0.5%
patch:
default:
if_not_found: success
target: auto
threshold: 0.5%
ignore:
- "binrz/rz-test"
- ".github"
- "doc"
- "man"
- "mk"
- "sys"
- "test"
comment:
layout: "header, files, components, footer"
require_changes: true