Add codecov.yml to ignore tests directory

This commit is contained in:
Selwin Ong 2022-03-02 08:25:46 +07:00 committed by GitHub
parent 34e2427f67
commit 609c068ef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
codecov.yml Normal file
View File

@ -0,0 +1,2 @@
ignore:
- "*/tests/*"