Skip to content

Conversation

@ZahidSaeed01
Copy link
Contributor

No description provided.

@codesyncapp
Copy link

codesyncapp bot commented Jul 8, 2025

Check out the playback for this Pull Request here.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 8, 2025

@github-actions
Copy link

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: 1/310. Failed suites: 1/28.
  ● bufferHandler › SocketEvents: onMessage, Non Synced Deleted file

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

    Expected: false
    Received: true

      578 |         const handled = await webSocketEvents.onMessage(msg);
      579 |         expect(handled).toBe(true);
    > 580 |         expect(fs.existsSync(diffFilePath)).toBe(false);
          |                                             ^
      581 |         expect(global.socketConnection.send).toHaveBeenCalledTimes(1);
      582 |         expect(JSON.parse(global.socketConnection.send.mock.calls[0][0]).auth).toStrictEqual(200);
      583 |     });

      at Object.toBe (tests/test_codesyncd/buffer_handler.test.js:580:45)

Report generated by 🧪jest coverage report action from 4f2132f

@ZahidSaeed01 ZahidSaeed01 merged commit 745d37c into master Jul 23, 2025
6 of 9 checks passed
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.

4 participants