Skip to content

Conversation

@saadberry
Copy link
Contributor

@saadberry saadberry commented Nov 27, 2025

Changes

  • Improved content in README
  • Updated Main description
  • Bumped version to 4.10.2

@github-actions
Copy link

github-actions bot commented Nov 27, 2025

Coverage report

❌ An unexpected error occurred. For more details, check console

Error: The process '/usr/local/bin/yarn' failed with exit code 1
St.
Category Percentage Covered / Total
🟢 Statements 81.72% 2642/3233
🟡 Branches 70.26% 905/1288
🟢 Functions 80.88% 368/455
🟢 Lines 83.99% 2492/2967

Test suite run failed

Failed tests: 2/310. Failed suites: 2/28.
  ● handleRenameFile › For File in sub directory

    expect(received).toBe(expected) // Object.is equality

    Expected: false
    Received: true

      242 |     const renamedShadowFilePath = path.join(shadowRepoBranchPath, newRelPath);
      243 |     // Verify file has been renamed in the shadow repo
    > 244 |     expect(fs.existsSync(oldShadowFilePath)).toBe(false);
          |                                              ^
      245 |     expect(fs.existsSync(renamedShadowFilePath)).toBe(true);
      246 |     // Verify correct diff file has been generated
      247 |     let diffFiles = fs.readdirSync(diffsRepo);

      at toBe (tests/helpers/helpers.js:244:46)
      at Object.<anonymous> (tests/test_events/handler/handleRename.test.js:234:33)


  ● bufferHandler › SocketEvents: onMessage, New File Diff along with changes diff

    expect(received).toBe(expected) // Object.is equality

    Expected: false
    Received: true

      528 |         handled = await webSocketEvents.onMessage(msg);
      529 |         expect(handled).toBe(true);
    > 530 |         expect(fs.existsSync(diffFilePathForChanges)).toBe(false);
          |                                                       ^
      531 |
      532 |     });
      533 |

      at Object.toBe (tests/test_codesyncd/buffer_handler.test.js:530:55)

Report generated by 🧪jest coverage report action from 813607a

@codesyncapp
Copy link

codesyncapp bot commented Dec 8, 2025

Check out the playback for this Pull Request here.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 8, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants