Commit efb8942
committed
Fix genhtml error in coverage targets by specifying output directory
The genhtml command requires an explicit output directory via the -o flag.
Without it, genhtml fails with "unable to open /cmd_line: Permission denied"
in the Ubuntu CI environment.
Add -o . to both coverage_gcc and coverage_clang targets to write HTML
reports to the coverage/ working directory.1 parent cb15dd3 commit efb8942
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments