Skip to content

Commit

Permalink
ci: remove temporary tests for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk committed Oct 20, 2024
1 parent 423fda6 commit fa625d3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions python_requirements_inspector/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,4 @@ def main(json_path: str) -> str:
json_file_path = args.jsonfile

output_file_path = main(json_file_path)
# temporary test for code coverage with sonar
if output_file_path:
print(output_file_path)
else:
print("file not found")
print(output_file_path)

0 comments on commit fa625d3

Please sign in to comment.