Skip to content

Commit

Permalink
Fixed extra prompt build caller. (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmbeddedDevops1 authored Dec 17, 2024
1 parent e045a0d commit 356a142
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cover_agent/CoverAgent.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def init(self):
# Run initial test suite analysis
self.test_validator.initial_test_suite_analysis()
failed_test_runs, language, test_framework, coverage_report = self.test_validator.get_coverage()
self.test_gen.build_prompt(failed_test_runs, language, test_framework, coverage_report)

return failed_test_runs, language, test_framework, coverage_report

Expand Down
2 changes: 1 addition & 1 deletion cover_agent/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.9
0.2.10

0 comments on commit 356a142

Please sign in to comment.