Skip to content

Commit

Permalink
Update tests-python.yml #46
Browse files Browse the repository at this point in the history
  • Loading branch information
kelyacf authored May 3, 2024
1 parent 2a7fbac commit 67b6654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
if: always() # This step will also run regardless of the success or failure of previous steps
with:
name: test-reports # Name of the artifact
path: test_reports/*.html # Path to the test reports to be archived
path: htmlcov/*.html # Path to the test reports to be archived

0 comments on commit 67b6654

Please sign in to comment.