-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Chore] Refactor Test Plan #112
Conversation
…from test plan" This reverts commit 3edb96f.
🧛 shared Code Coverage:
|
File | Coverage |
---|
Modified Files Not Found In Coverage Report:
.gitignore
AA_AppLoadSpec.swift
AccountScreen.swift
AccountSpec.swift
CICDTests.xctestplan
Dangerfile
Fastfile
GenericScreen.swift
LoginScreen.swift
LoginView.swift
ResetPasswordSpec.swift
SurveyScreen.swift
ViewId+General.swift
ios_review_pull_request.yml
ios_sanity_full_test.yml
project.pbxproj
Codebase cunningly covered by count Shroud 🧛
Generated by 🚫 Danger
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 🚀
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
Duplicate of #108
What happened
Remove UITests target from test plan.
Reduce error on CI/CD resulting from UITests target, speed up development.
Insight
tester
to show failing line in report.AA_AppLoadSpec
in the first slot because GH Actions is slow to load other test and randomly fail it.AA_AppLoadSpec
error since it repeats other test.Retry tests
solves this error but Danger-Xcode doesn't work well with repeat mode yet.Proof Of Work
Test passes.
Old coverage:
New coverage: