Commit 721815d
refactor: clean up Makefile test and coverage commands
Remove unnecessary stderr redirections (2>&1 and 2>/dev/null) from
TEST_CMD and COVERAGE_CMD. The mock functions in tests now properly
prevent network calls, making error output suppression unnecessary.
resolves: EC-1651
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 9c35014 commit 721815d
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments