##// END OF EJS Templates
Give SyntaxError for naked return in timeit...
Give SyntaxError for naked return in timeit We were missing invalid syntax because we put the code into a function before compiling it, leading to confusing error messages. Closes gh-10636

File last commit:

r22722:622b6cfa
r23747:4692abe0
Show More
codecov.yml
9 lines | 136 B | text/x-yaml | YamlLexer
coverage:
status:
project:
default:
target: auto
threshold: 10
patch:
default:
target: 0%