diff options
| author | baymer <[email protected]> | 2026-06-23 20:00:14 +0300 |
|---|---|---|
| committer | baymer <[email protected]> | 2026-06-23 20:27:26 +0300 |
| commit | cf368ee2a8d6eabefdcf4cdb2757bf90ece99430 (patch) | |
| tree | 60cd31025693efe7676daac461338f15868e8eb8 /build/plugins | |
| parent | be198d869f39b1cb409417b542e4c4919ce6051e (diff) | |
fix filter suites with coverage
commit_hash:d06dfe8472f4baa95ba6902db1a6e17a6fc7a635
Diffstat (limited to 'build/plugins')
| -rw-r--r-- | build/plugins/nots.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/plugins/nots.py b/build/plugins/nots.py index 226b8f53e69..bf1a4ac76a3 100644 --- a/build/plugins/nots.py +++ b/build/plugins/nots.py @@ -41,6 +41,7 @@ TS_LINT_DART_FIELDS = ( df.Size.from_macro_args_and_unit, df.CustomDependencies.test_depends_only, # from macro DEPENDS() df.NodejsRootVarName.value, + df.TsResources.value, df.TsCheckType.value, df.TsCheckHasCoverage.value, ) @@ -1156,6 +1157,7 @@ def on_ts_check_configure(unit: NotsUnitType, validation_mode: str) -> None: NAME=[script_name], # df.TestName.name_from_macro_args expects array TS_CHECK_TYPE=check_type, TS_CHECK_HAS_COVERAGE="yes" if cov_script_name in pj_scripts else "no", + erm_json=_create_erm_json(unit), ) if is_medium == "yes": spec_args["SIZE"] = "MEDIUM" # if not set read from macro SIZE |
