Skip to content

Commit

Permalink
add test coverage to PR comment using py-cov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Oct 17, 2024
1 parent 08b9714 commit 1d3b44e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aaq/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ def search(query_text, generate_llm_response, query_metadata):
json_msg.update(check_urgency_response)

return json_msg


def test_untested_lines(num_one, num_two):
total_s = num_one + num_two
return total_s

0 comments on commit 1d3b44e

Please sign in to comment.