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