🧪💅 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

View File

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