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

Background Recording Updates #40

Merged
merged 6 commits into from
Mar 9, 2025
Merged

Background Recording Updates #40

merged 6 commits into from
Mar 9, 2025

Conversation

EthanRakutoBell
Copy link
Contributor

Enabling Background Recording (Update)

♻️ Current situation & Problem

Background recording wasn't working on the iOS device- created some workarounds to further attempt background recording capabilities.

⚙️ Release Notes

Add a bullet point list summary of the feature and possible migration guides if this is a breaking change so this section can be added to the release notes.
Include code snippets that provide examples of the feature implemented or links to the documentation if it appends or changes the public interface.

📚 Documentation

Please ensure that you properly document any additions in conformance to Spezi Documentation Guide.
You can use this section to describe your solution, but we encourage contributors to document your reasoning and changes using in-line documentation.

✅ Testing

Please ensure that the PR meets the testing requirements set by CodeCov and that new functionality is appropriately tested.
This section describes important information about the tests and why some elements might not be testable.

📝 Code of Conduct & Contributing Guidelines

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

@EthanRakutoBell EthanRakutoBell enabled auto-merge (squash) March 9, 2025 00:03
Copy link

codecov bot commented Mar 9, 2025

Codecov Report

Attention: Patch coverage is 0% with 17 lines in your changes missing coverage. Please review.

Project coverage is 65.55%. Comparing base (379a421) to head (e6c84d5).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...oughSync/CoughDetection/CoughAnalysisManager.swift 0.00% 17 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
- Coverage   66.36%   65.55%   -0.80%     
==========================================
  Files          37       37              
  Lines        1382     1399      +17     
==========================================
  Hits          917      917              
- Misses        465      482      +17     
Files with missing lines Coverage Δ
CoughSync/Onboarding/NotificationPermissions.swift 95.56% <ø> (ø)
...oughSync/CoughDetection/CoughAnalysisManager.swift 4.17% <0.00%> (-0.55%) ⬇️

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 379a421...e6c84d5. Read the comment docs.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@MiguelAFH MiguelAFH left a comment

Choose a reason for hiding this comment

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

Changes seem fine.

@EthanRakutoBell EthanRakutoBell merged commit cdcc74b into main Mar 9, 2025
9 of 10 checks passed
@EthanRakutoBell EthanRakutoBell deleted the BackgroundUpdate branch March 9, 2025 04:01
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.

2 participants