test(caddy): cover invalid path branches; ci: handle go test non-zero when coverage file exists
This commit is contained in:
12
codeql-custom-queries-go/example.ql
Normal file
12
codeql-custom-queries-go/example.ql
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* This is an automatically generated file
|
||||
* @name Hello world
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @id go/example/hello-world
|
||||
*/
|
||||
|
||||
import go
|
||||
|
||||
from File f
|
||||
select f, "Hello, world!"
|
||||
Reference in New Issue
Block a user