Closed ohitsdaniel closed 3 years ago
Merging #35 (cf9d71f) into main (8154753) will decrease coverage by
0.03%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## main #35 +/- ##
==========================================
- Coverage 21.13% 21.09% -0.04%
==========================================
Files 28 28
Lines 672 673 +1
==========================================
Hits 142 142
- Misses 530 531 +1
Impacted Files | Coverage Δ | |
---|---|---|
lib/src/events/consent_granted.dart | 0.00% <0.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 8154753...cf9d71f. Read the comment docs.
Thanks!
According to the Android Snowplow SDK, expiry is a @non-null field in ConsentGranted events. Therefore, we should also mark as non-optional in the Dart interface.