Skip to content

Conversation

@lposen
Copy link
Contributor

@lposen lposen commented Oct 13, 2025

🔹 JIRA Ticket(s) if any

✏️ Description

Please provide a brief description of what this pull request does.

@github-actions
Copy link

github-actions bot commented Oct 13, 2025

Lines Statements Branches Functions
Coverage: 51%
51.43% (286/556) 27.14% (57/210) 48.79% (101/207)

@qltysh
Copy link

qltysh bot commented Oct 13, 2025

Diff Coverage: The code coverage on the diff in this pull request is 0.0%.

Total Coverage: This PR will decrease coverage by 0.57%.

File Coverage Changes
Path File Coverage Δ Indirect
src/core/classes/IterableApi.ts -4.1
src/embedded/classes/IterableEmbeddedManager.ts -25.0
🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

This is from Qlty Cloud, the successor to Code Climate Quality. Learn more.

@qltysh
Copy link

qltysh bot commented Oct 13, 2025

1 new issue

Tool Category Rule Count
qlty Structure High total complexity (count = 55) 1

This is from Qlty Cloud, the successor to Code Climate Quality. Learn more.

static log(message?: unknown, ...optionalParams: unknown[]) {
if (!IterableLogger.loggingEnabled) return;

console.log(message, ...optionalParams);

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This logs sensitive data returned by
an access to apiKey
as clear text.
This logs sensitive data returned by
an access to apiKey
as clear text.
@lposen lposen changed the base branch from master to loren/embedded/MOB-12263-android-add-ability-to-sync-embedded-messages October 13, 2025 17:32
@lposen lposen added the embedded Issues/PRs related to Embedded Messages label Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

embedded Issues/PRs related to Embedded Messages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants