Skip to content

fix(ci): resolve Tauri version compatibility - Code Coverage job #39

@v1truv1us

Description

@v1truv1us

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

  1. Review src-tauri/tauri.conf.json for unsupported fields
  2. Check tauri-build version in Cargo.toml
  3. Update either the config or the dependency version
  4. Re-run Code Coverage job

Priority

LOW - Pre-existing infrastructure issue (not blocking PR #36)

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions