ntex/codecov.yml
2022-02-01 07:04:18 +06:00

7 lines
159 B
YAML

ignore: # ignore codecoverage on following paths
- "**/tests"
- "**/benches"
- "**/examples"
- "ntex-macros"
- "ntex-rt-macros"
- "ntex-async-std"