mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-21 16:01:52 +00:00
Use LCOV_EXCL comments to exclude some lines from test coverage (#1662)
This commit is contained in:
@@ -7,6 +7,17 @@ FOR V, 1, 100
|
||||
PRINTLN "cont"
|
||||
ENDR
|
||||
WARN "done {d:V}"
|
||||
rept 2
|
||||
break
|
||||
; skips nested code
|
||||
rept 3
|
||||
println "\tinner"
|
||||
endr
|
||||
if 1
|
||||
println "\tconditional"
|
||||
endc
|
||||
println "outer"
|
||||
endr
|
||||
rept 1
|
||||
break
|
||||
; skips invalid code
|
||||
|
||||
Reference in New Issue
Block a user