Home
last modified time | relevance | path

Searched refs:uncovered (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/
Dspectrac.rb87 File.write(options.uncovered, summary.uncovered.to_yaml) if options.uncovered
92 UncoveredMd.new(summary.uncovered).generate(options.uncovered_md) if options.uncovered_md
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Duncovered_md.rb25 def initialize(uncovered) argument
27 @uncovered = uncovered['groups']
Dsummary.rb58 def uncovered method in Summary
/arkcompiler/runtime_core/tests/cts-coverage-tool/
DCMakeLists.txt27 set(UNCOVERED "${PROJECT_BINARY_DIR}/uncovered.yaml")
28 set(UNCOVERED_MD "${PROJECT_BINARY_DIR}/uncovered.md")
41 …GLOB_GENERATED} --testdir ${TESTS_DIR} --non_testable ${NON_TESTABLE} --uncovered ${UNCOVERED} --u…
DREADME.md27 --uncovered (-u) - output yaml document listing the spec areas not covered by tests
28 --uncovered_md (-U) - same as --uncovered, but in markdown format
42 -u uncovered.yaml \
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/
Duncovered_md.erb18 <% uncovered.each do |v| %>