Problem
Code Coverage job is failing due to tauri-build version mismatch with tauri.conf.json configuration.
Root Cause
The tauri.conf.json contains configuration fields that are not supported by the current tauri-build version, or vice versa.
Solution
- Review
src-tauri/tauri.conf.json for unsupported fields
- Check
tauri-build version in Cargo.toml
- Update either the config or the dependency version
- Re-run Code Coverage job
Priority
LOW - Pre-existing infrastructure issue (not blocking PR #36)
Related
Problem
Code Coverage job is failing due to
tauri-buildversion mismatch withtauri.conf.jsonconfiguration.Root Cause
The
tauri.conf.jsoncontains configuration fields that are not supported by the currenttauri-buildversion, or vice versa.Solution
src-tauri/tauri.conf.jsonfor unsupported fieldstauri-buildversion inCargo.tomlPriority
LOW - Pre-existing infrastructure issue (not blocking PR #36)
Related