Skip to content

Conversation

noelle-iterable
Copy link
Collaborator

@noelle-iterable noelle-iterable commented Sep 24, 2025

🔹 JIRA Ticket(s) if any

✏️ Description

Enables CodeQL workflow and GitHub Advanced Security on this repo

Copy link

github-actions bot commented Sep 24, 2025

Lines Statements Branches Functions
Coverage: 38%
38.64% (182/471) 12.29% (22/179) 32.9% (51/155)

Copy link

qltysh bot commented Sep 24, 2025

Diff Coverage: Not applicable. There was no coverage data reported for the files in this diff.

Total Coverage: This PR will not change total coverage.

🛟 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.

…leAPI/IterableAPI with an increased timeout.
…leAPI/IterableAPI with an increased timeout and addressing a build failure.
run: |
yarn install
cd example/android
./gradlew clean
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

./gradlew clean doesn't fully build a version of the app. Do you need the app to be built in order to run the tests? If so, you should probably run ./gradlew build

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

./gradlew build fails to build.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

./gradle build causes the workflow to fail. It seems like ./gradlew clean is enough to generate the files needed in order to do the analysis.

Copy link
Contributor

@lposen lposen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@noelle-iterable noelle-iterable merged commit dfbc762 into master Oct 8, 2025
12 of 13 checks passed
@noelle-iterable noelle-iterable deleted the CodeQL_Workflow branch October 8, 2025 02:42
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