We already avoid collecting coverage when running benchmarks because the
benchmarks do not perform most error checking, thus even though they might
code increase coverage, they won't detect most bugs unless it actually
crashes the whole benchmark.
- test/**
- "!test/minigzip.c"
- "!test/minideflate.c"
- - "!test/benchmarks/**"
- - component_id: benchmarks
- name: benchmarks
- paths:
- - test/benchmarks/**
github_checks:
annotations: false
- '/home/actions-runner/_work/zlib-ng/zlib-ng/build/::'
ignore:
+ - test/benchmarks/**
+ - "**/benchmark_*"
- usr/include/.*
- /usr/include/.*
- /build/usr/include/.*
- usr/lib64/.*
- /usr/lib64/.*
- /build/usr/lib64/.*
- - _deps/**/*
+ - _deps/**