StanfordBDHG / HealthGPT

Query your Apple Health data with natural language 💬 🩺
MIT License
1.68k stars 149 forks source link

Migrates project to Spezi #29

Closed vishnuravi closed 1 year ago

vishnuravi commented 1 year ago

Migrates project to Spezi

:recycle: Current situation & Problem

The latest generation of CardinalKit has been rebranded as Spezi, and is now found at https://github.com/StanfordSpezi/Spezi. Related issue - #27.

:bulb: Proposed solution

This PR updates the HealthGPT project to use the latest version of the Spezi framework and modules. It also updates the README.

Code of Conduct & Contributing Guidelines

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

codecov[bot] commented 1 year ago

Codecov Report

Merging #29 (5d23567) into main (20c9534) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #29   +/-   ##
=======================================
  Coverage   63.11%   63.11%           
=======================================
  Files          29       29           
  Lines        1011     1011           
=======================================
  Hits          638      638           
  Misses        373      373           
Impacted Files Coverage Δ
HealthGPT/HealthGPT/HealthGPTView.swift 75.00% <ø> (ø)
HealthGPT/HealthGPTAppDelegate.swift 100.00% <ø> (ø)
HealthGPT/Onboarding/ApiKey.swift 91.05% <ø> (ø)
HealthGPT/Onboarding/Disclaimer.swift 91.18% <ø> (ø)
HealthGPT/Onboarding/HealthKitPermissions.swift 88.89% <ø> (ø)
HealthGPT/Onboarding/ModelSelection.swift 91.90% <ø> (ø)
HealthGPT/Onboarding/Welcome.swift 90.91% <ø> (ø)
HealthGPT/HealthGPTAppTestingSetup.swift 96.97% <100.00%> (ø)
HealthGPT/HealthGPTApplication.swift 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

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