Ignore backend mocks for coverage. (#21900)

This commit is contained in:
Victor Lyuboslavsky 2024-09-07 11:50:59 -05:00 committed by GitHub
parent 32c8e3e0ae
commit e78e3524e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,3 +22,6 @@ flag_management:
- name: frontend
paths:
- frontend/
ignore:
- "server/mock"