ntex/codecov.yml
godofdream 5c1028a544 Remove codecoverage for tests and examples (#1299)
* Ignore Tests & Examples for CodeCoverage

Ignore Tests & Examples for CodeCoverage
2020-02-15 10:40:07 +06:00

5 lines
117 B
YAML

ignore: # ignore codecoverage on following paths
- "**/tests"
- "test-server"
- "**/benches"
- "**/examples"