Remove codecoverage for tests and examples (#1299)

* Ignore Tests & Examples for CodeCoverage

Ignore Tests & Examples for CodeCoverage
This commit is contained in:
godofdream 2020-01-23 21:10:02 +01:00 committed by Nikolay Kim
parent 3930b3ea48
commit 5c1028a544

5
codecov.yml Normal file
View file

@ -0,0 +1,5 @@
ignore: # ignore codecoverage on following paths
- "**/tests"
- "test-server"
- "**/benches"
- "**/examples"