Closed thornbill closed 3 years ago
Merging #312 (5e1291a) into master (1b427cb) will increase coverage by
0.19%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #312 +/- ##
==========================================
+ Coverage 33.00% 33.19% +0.19%
==========================================
Files 37 37
Lines 703 705 +2
Branches 139 139
==========================================
+ Hits 232 234 +2
Misses 425 425
Partials 46 46
Impacted Files | Coverage Δ | |
---|---|---|
components/NativeShellWebView.js | 0.00% <ø> (ø) |
|
stores/RootStore.js | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 1b427cb...5e1291a. Read the comment docs.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Removes the deprecated usage of Expo's device id constant and replaces it with a randomly generated id in the root store.
Depends on #311