Ignore Tests & Examples for CodeCoverage

Ignore Tests & Examples for CodeCoverage
This commit is contained in:
godofdream 2020-01-21 13:21:24 +01:00 committed by GitHub
parent 3a5b62b550
commit 61aa8e7d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
codecov.yml Normal file
View File

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