Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17ffbd commit 8880d00Copy full SHA for 8880d00
1 file changed
misc/scripts/library-coverage/settings.py
@@ -1,10 +1,8 @@
1
import sys
2
3
-
4
generated_output_rst = "flow-model-coverage-{language}.rst"
5
generated_output_csv = "flow-model-coverage-{language}.csv"
6
7
8
# The CI job checks out the codebase to a subfolder
9
data_prefix = ""
10
@@ -15,7 +13,6 @@
15
13
if len(sys.argv) > index:
16
14
data_prefix = sys.argv[index] + "/"
17
18
19
documentation_folder = data_prefix + \
20
"{language}/documentation/library-coverage/"
21
0 commit comments