mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
🧪💅 Categorize the Codecov status checks (#15516)
Make codecov identify metrics for tests and awx modules separately.
This commit is contained in:
committed by
GitHub
parent
31ae3f25e7
commit
ea7ca3d32d
10
.codecov.yml
10
.codecov.yml
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user