Commit 1e1a736
fix: ensure consistent coverage compilation flags across all CI test steps
The test-coverage CI workflow was building the library with coverage flags
but then running certain tests without those flags, causing compilation
interface mismatches. This resulted in implicit interface errors for the
contains_unicode function despite it being properly declared in the module.
Fixed by adding coverage flags to both test_system_fpm_example and
test_system_cmake_example test steps to maintain compilation consistency.
Resolves CI failures on PR #369 for test-coverage and ensures all test
steps use the same compilation flags as the library build.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 25c1f7b commit 1e1a736
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments