Skip to content

Commit

Permalink
fix(metrics): fix get-metrics.py for openapi (#3525)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopeixotocx authored Jun 2, 2021
1 parent ea28eb3 commit dd7560d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/metrics/get-metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
queries_basepath = 'assets/queries'
queries_path = {
'cloudformation': os.path.join(queries_basepath, 'cloudFormation', '*'),
'openapi': os.path.join(queries_basepath, 'openAPI', '*'),
'openapi': os.path.join(queries_basepath, 'openAPI', '**', '*'),
'ansible': os.path.join(queries_basepath, 'ansible', '**', '*'),
'k8s': os.path.join(queries_basepath, 'k8s', '*'),
'common': os.path.join(queries_basepath, 'common', '*'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"queryName": "Schema Object With Circular Ref (v2)",
"descriptionUrl": "https://swagger.io/specification/v2/#definitionsObject"
}
}
},
"aggregation": 2
}

0 comments on commit dd7560d

Please sign in to comment.