1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 01:08:10 +00:00

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 Yuki Okushi
parent c6fa007e72
commit e17b3accb9

5
codecov.yml Normal file
View file

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