mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
Remove codecoverage for tests and examples (#1299)
* Ignore Tests & Examples for CodeCoverage Ignore Tests & Examples for CodeCoverage
This commit is contained in:
5
codecov.yml
Normal file
5
codecov.yml
Normal file
@ -0,0 +1,5 @@
|
||||
ignore: # ignore codecoverage on following paths
|
||||
- "**/tests"
|
||||
- "test-server"
|
||||
- "**/benches"
|
||||
- "**/examples"
|
Reference in New Issue
Block a user