Commit b956087
feat: add test-unit and test-coverage targets to Makefile
Added missing Makefile targets required by CI/CD pipeline:
- test-unit: runs unit tests with verbose output
- test-coverage: generates coverage report
These targets are required by .aoneci/cicd.yml pipeline.
🤖 Generated with [Claude Code]
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ad66a96 commit b956087
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
70 | 81 | | |
71 | 82 | | |
72 | 83 | | |
| |||
0 commit comments