Skip to content

Commit 33f0b9a

Browse files
authored
Add comprehensive validation tests for various tools and introduce Codecov configuration (#76)
- Implemented validation tests for the following tools: - get_service_logs - run_services - set_environment_variable - get_environment_variables - restart_service - stop_services - check_requirements - install_dependencies - Added context cancellation test for get_service_logs tool - Added tests for handling azure.yaml resource and missing file scenarios - Added tests for project directory fallback logic - Introduced a new Codecov configuration file to manage coverage thresholds and reporting.
1 parent d984560 commit 33f0b9a

File tree

4 files changed

+700
-1742
lines changed

4 files changed

+700
-1742
lines changed

cli/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
bin/
33
dist/
44
azd-app
5+
6+
# Coverage output files
7+
cov
8+
mcpcov
9+
*.out

0 commit comments

Comments
 (0)