jellyfin / jellyfin-expo

Jellyfin Mobile for iOS
https://jellyfin.org
Mozilla Public License 2.0
292 stars 63 forks source link

Add test for ServerStore deserializer #371

Closed thornbill closed 2 years ago

thornbill commented 2 years ago

Adds test coverage to the deserializer in the ServerStore

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 2 years ago

Codecov Report

Merging #371 (035881e) into master (0a1c471) will increase coverage by 0.38%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #371      +/-   ##
==========================================
+ Coverage   61.84%   62.22%   +0.38%     
==========================================
  Files          41       41              
  Lines         781      781              
  Branches      162      162              
==========================================
+ Hits          483      486       +3     
+ Misses        270      268       -2     
+ Partials       28       27       -1     
Impacted Files Coverage Δ
stores/ServerStore.js 100.00% <100.00%> (+21.42%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more