Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Nov 9, 2024
1 parent 3005679 commit 5878c5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions do.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def test(card="novus100g"):

def generate_allure_report():

run(["echo $TIMESTAMP"])
run(
[
"allure generate allure-results -c -o allure-report",
Expand All @@ -118,6 +117,7 @@ def generate_allure_report():

def coverage():

teststarttime = run(["echo $TIMESTAMP"])
coverage_threshold = 67
global result
with open("myfile.log") as fp:
Expand Down Expand Up @@ -156,8 +156,8 @@ def coverage():
<body>
<p>Hi All,<br><br>
Please find the coverage results for the build execution ID : <b>"""+str(build_number)+"""</b><br><br>
Build started on : <br><br>
Please find the coverage results for the build execution ID : <b>"""+str(build_number)+"""</b><br>
Build started on : <b>"""+str(teststarttime)+"""</b><br><br>
</p>
<table style="width:100%">
Expand Down

0 comments on commit 5878c5e

Please sign in to comment.