Commit c4c5bb7
committed
refactor: remove coverage-badge target from Makefile
Align with cisco-wnc-exporter standards where coverage badge generation
is done manually with octocov, not as a Makefile target.
- Remove coverage-badge target from Makefile
- Remove octocov requirement from help message
- Update .PHONY declaration
Coverage badge workflow (manual, matching cisco-wnc-exporter):
1. Run: make test-unit-coverage
2. Run: octocov badge coverage --out docs/assets/coverage.svg
3. Commit: coverage reports and badge together
Secret check: pass
Signed-off-by: umatare5 <umatare5@gmail.com>
AI-assisted-by: GitHub Copilot Coding Agent1 parent 893dc06 commit c4c5bb7
1 file changed
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 52 | | |
61 | 53 | | |
62 | 54 | | |
| |||
0 commit comments