1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

Add codecov.yml

This commit is contained in:
Yuki Okushi 2020-03-18 06:24:39 +09:00
parent 00f520cd2d
commit 5e59fb157c
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1

5
codecov.yml Normal file
View File

@ -0,0 +1,5 @@
ignore: # ignore codecoverage on following paths
- "**/examples"
- ".github"
- "**/*.md"
- "**/*.toml"