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 eed24135dc
commit 1af0d8fde4

View file

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