Commit 1cbab9b
committed
CI: Enable PAX module in Coverity scan workflow
The PAX storage module was missing from the daily Coverity static analysis
scan, which left potential code issues undetected. This change ensures PAX
module is properly initialized and included in the scan process, providing
better code quality coverage for the entire project.
Changes made:
- Added `git submodule update --init` command before configure
- Added `--enable-pax` flag to configure options
Before this PR, the Coverity scan had errors because of the PAX feature
is introduced.
See: #10491 parent 3d8fae4 commit 1cbab9b
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
125 | | - | |
| 127 | + | |
0 commit comments