Skip to content

Conversation

@sebastianricaldoni
Copy link
Collaborator

  • (docs) - Adds TF date (BAL-201)
  • fix(ui): correct typo in reset confirmation dialog button label

Name of the PR

♻️ Current situation & Problem

Link any open issues or pull requests (PRs) related to this PR. Please ensure that all non-trivial PRs are first tracked and discussed in an existing GitHub issue or discussion.

⚙️ 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:

@sebastianricaldoni sebastianricaldoni self-assigned this Jun 3, 2025
@sebastianricaldoni sebastianricaldoni linked an issue Jun 3, 2025 that may be closed by this pull request
1 task
@sebastianricaldoni sebastianricaldoni merged commit bb96533 into main Jun 3, 2025
3 checks passed
@sebastianricaldoni sebastianricaldoni deleted the bug/BAL203-SR-Typo-In-Cancel-Button branch June 3, 2025 16:27
@codecov
Copy link

codecov bot commented Jun 3, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 5.31%. Comparing base (2ccb98a) to head (d66da5f).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
Balance/Profile/ProfileView.swift 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##            main    #205      +/-   ##
========================================
+ Coverage   3.88%   5.31%   +1.43%     
========================================
  Files        130     130              
  Lines      10941    2149    -8792     
========================================
- Hits         424     114     -310     
+ Misses     10517    2035    -8482     
Files with missing lines Coverage Δ
Balance/Balance.swift 80.96% <ø> (+7.79%) ⬆️
Balance/Profile/ProfileView.swift 0.00% <0.00%> (ø)

... and 128 files with indirect coverage changes


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 2ccb98a...d66da5f. Read the comment docs.

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

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.

🐞 Bug: Typo in Cancel Button on Reset Confirmation Dialog

3 participants