Skip to content

Commit 42af1d1

Browse files
jemeza-codegengithub-actions[bot]
authored andcommitted
Automated pre-commit update
1 parent 2cbd28f commit 42af1d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/codecov_agent_trigger/generate_codecov_agent_prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ def generate_codecov_agent_prompt(pr_number, repo_name):
3030
```
3131
3232
Good luck!
33-
"""
33+
"""

examples/codecov_agent_trigger/proces_coverage_report.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
ORG_ID = 1
1212

13+
1314
def parse_coverage_xml(xml_file: str) -> dict[str, Any]:
1415
"""Parse the coverage.xml file and extract relevant information.
1516

0 commit comments

Comments
 (0)