Skip to content

Commit 7eaa2eb

Browse files
authored
Merge pull request #5 from hookdeck/tests/tools-coverage
Cover the agent-callable tools, the tunnel supervisor and the operator commands
2 parents f6f7423 + 609e626 commit 7eaa2eb

5 files changed

Lines changed: 1323 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ __pycache__/
22
*.py[cod]
33
.venv/
44
.pytest_cache/
5+
.coverage
6+
htmlcov/
57
*.egg-info/
68
build/
79
dist/
@@ -14,5 +16,3 @@ dist/
1416
# The Hookdeck CLI writes a session here when run with `--local`, and the
1517
# gateway's own session lives under HERMES_HOME. Both hold credentials.
1618
.hookdeck/
17-
.coverage
18-
htmlcov/

0 commit comments

Comments
 (0)