Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Dec 2, 2024
1 parent 8424370 commit 223f0c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion do.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test(card="novus100g"):
# if os.path.exists("allure-report"):
# run(["mkdir -p allure-results/history",
# "cp -r allure-report/history/* allure-results/history/"])

run(["ls -l"])
run(
[
py() + " -m pip install pytest-cov",
Expand All @@ -113,11 +113,13 @@ def test(card="novus100g"):
)

def generate_allure_report():
run(["ls -l"])

run(
[
"allure generate allure-results -c -o allure-report",
]
run(["ls -l"])
)


Expand Down

0 comments on commit 223f0c2

Please sign in to comment.