test: ignore tests folder in codecov

This commit is contained in:
Nicolas Meienberger 2023-06-28 08:54:35 +02:00 committed by Nicolas Meienberger
parent 2c4107a3a9
commit dccf80759a

View File

@ -4,3 +4,4 @@ ignore:
- 'templates'
- 'screenshots'
- '**/*.json'
- '**/tests/**'