-
Notifications
You must be signed in to change notification settings - Fork 39
Initial CodeQL commit #702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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
This is from Qlty Cloud, the successor to Code Climate Quality. Learn more. |
…run to just swift.
…che still isn't caching
… v3. removing the iterable swift sdk
…leAPI/IterableAPI.
…leAPI/IterableAPI with an increased timeout.
…leAPI/IterableAPI with an increased timeout and addressing a build failure.
…m 'build' to 'prepare'
run: | | ||
yarn install | ||
cd example/android | ||
./gradlew clean |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
…nd comments are addressed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
🔹 JIRA Ticket(s) if any
✏️ Description