fix codecov format

This commit is contained in:
godofdream 2020-01-21 13:28:34 +01:00 committed by GitHub
parent 61aa8e7d1e
commit 3cb231a374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

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