ntex/codecov.yml
2020-02-26 09:44:06 -08:00

5 lines
118 B
YAML

ignore: # ignore codecoverage on following paths
- "**/tests"
- "**/benches"
- "**/examples"
- "**/actix-net"