🧪💅 Categorize the Codecov status checks (#15516)

Make codecov identify metrics for tests and awx modules separately.
This commit is contained in:
Sviatoslav Sydorenko (Святослав Сидоренко) 2024-09-13 22:26:25 +02:00 committed by GitHub
parent 31ae3f25e7
commit ea7ca3d32d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,13 +33,21 @@ coverage:
flags:
- pytest
paths:
- src/
- awx/
target: 100%
tests:
flags:
- pytest
paths:
- tests/
- >-
**/test/
- >-
**/tests/
- >-
**/test/**
- >-
**/tests/**
target: 100%
typing:
flags: