Skip to content
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

Improve CI & CD #10

Merged
merged 26 commits into from
Feb 26, 2023
Merged

Improve CI & CD #10

merged 26 commits into from
Feb 26, 2023

Conversation

PSchmiedmayer
Copy link
Member

Improve CI & CD

♻️ Current situation & Problem

The current CI setup is custom-build for the template application and relies on GitHub Action runners hosted by GitHub.

💡 Proposed solution

  • This PR moves most of the logic to the shared repository in the Stanford Biodesign Digital Health Organization.
  • Adds the ability to run the CI/CD on self-hosted runners.
  • Speeds the builds up using a build cache.

Code of Conduct & Contributing Guidelines

By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines:

@codecov
Copy link

codecov bot commented Feb 23, 2023

Codecov Report

Merging #10 (5c23537) into main (850e923) will increase coverage by 9.18%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main       #10      +/-   ##
===========================================
+ Coverage   90.83%   100.00%   +9.18%     
===========================================
  Files          30         4      -26     
  Lines         741        78     -663     
===========================================
- Hits          673        78     -595     
+ Misses         68         0      -68     
Impacted Files Coverage Δ
...eSharedContext/CodableArray+RawRepresentable.swift
...s/TemplateMockDataStorageProvider/MockUpload.swift
...ionModules/Sources/TemplateContacts/Contacts.swift
...lateOnboardingFlow/AccountSetup/AccountSetup.swift
...MockDataStorageProvider/MockUploadDetailView.swift
...dules/Sources/TemplateOnboardingFlow/Welcome.swift
...emplateOnboardingFlow/String+ModuleLocalized.swift
...ources/TemplateSchedule/Bundle+Questionnaire.swift
.../TemplateOnboardingFlow/HealthKitPermissions.swift
...mplateMockDataStorageProvider/MockUploadList.swift
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 850e923...5c23537. Read the comment docs.

@PSchmiedmayer PSchmiedmayer merged commit 8542e0a into main Feb 26, 2023
@PSchmiedmayer PSchmiedmayer deleted the improveCI branch February 26, 2023 01:57
NikolaiMadlener pushed a commit to NikolaiMadlener/SpeziTemplateApplication that referenced this pull request Oct 18, 2023
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.

None yet

1 participant