Adjust workflow triggers and uploads

This commit is contained in:
Tamas Vajk
2021-05-05 16:21:02 +02:00
parent ef414681be
commit 564fca0da4
2 changed files with 12 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ configs = [
"java", "Java", ".java", prefix + "java/ql/src/meta/frameworks/Coverage.ql")
]
with open("csv-flow-model-coverage.rst", 'w') as rst_file:
with open("flow-model-coverage.rst", 'w') as rst_file:
for config in configs:
lang = config.lang
db = "empty-" + lang