Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Platform Validation
Commits
19a60a73
Commit
19a60a73
authored
Sep 07, 2021
by
Denis Karpenok (EPAM)
Browse files
fix path
parent
91ee3573
Changes
1
Hide whitespace changes
Inline
Side-by-side
Summarize_Newman_Html_Reports.py
View file @
19a60a73
...
...
@@ -12,7 +12,7 @@ from openpyxl.styles import Font, PatternFill, Alignment
envs
=
[]
collections
=
[]
for
result_file
in
sorted
(
os
.
listdir
(
'
public
'
)):
for
result_file
in
sorted
(
os
.
listdir
(
'
.
'
)):
if
result_file
.
endswith
(
'.html'
):
result_file_parts
=
result_file
.
split
(
'.'
)
if
result_file_parts
[
0
]
not
in
envs
:
...
...
@@ -74,7 +74,7 @@ for env in envs:
result_data
.
cell
(
2
,
5
+
env_columns
).
fill
=
PatternFill
(
"solid"
,
fgColor
=
"00CCCCFF"
)
result_data
.
cell
(
2
,
5
+
env_columns
).
alignment
=
Alignment
(
horizontal
=
'center'
)
for
html_report
in
sorted
(
os
.
listdir
(
'
public
'
)):
for
html_report
in
sorted
(
os
.
listdir
(
'
.
'
)):
if
html_report
.
endswith
(
'.html'
)
and
env
in
html_report
:
executed_requests
=
'N/C'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment