Run partial test suite in CI if core untouched (#60230)

Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Franck Nijhof
2021-11-23 23:57:45 +01:00
committed by GitHub
parent d677baba36
commit 6b59e305cb
3 changed files with 283 additions and 3 deletions

View File

@@ -7,3 +7,9 @@ coverage:
target: 90
threshold: 0.09
comment: false
# To make partial tests possible,
# we need to carry forward.
flag_management:
default_rules:
carryforward: true