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

test: Use XCTUnwrap in SerializationTests #4341

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

philipphofmann
Copy link
Member

Replace if conditions or guard statements with XCTUnwrap.

#skip-changelog

Replace if conditions or guard statements with using XCTUnwrap.
Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.683%. Comparing base (888a145) to head (fc00e73).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##              main     #4341       +/-   ##
=============================================
+ Coverage   91.641%   91.683%   +0.041%     
=============================================
  Files          619       620        +1     
  Lines        50298     50382       +84     
  Branches     18092     18169       +77     
=============================================
+ Hits         46094     46192       +98     
+ Misses        4112      4098       -14     
  Partials        92        92               
Files with missing lines Coverage Δ
.../SentryTests/Helper/SentrySerializationTests.swift 99.528% <100.000%> (+0.923%) ⬆️

... and 17 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 888a145...fc00e73. Read the comment docs.

@philipphofmann philipphofmann merged commit 368fb69 into main Sep 18, 2024
47 checks passed
@philipphofmann philipphofmann deleted the test/xctunwrap-serialization-tests branch September 18, 2024 06:49
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