Closed maryammdot closed 5 years ago
Merging #60 into master will increase coverage by
0.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #60 +/- ##
==========================================
+ Coverage 93.84% 93.85% +0.01%
==========================================
Files 71 71
Lines 2192 2198 +6
Branches 148 149 +1
==========================================
+ Hits 2057 2063 +6
Misses 135 135
Impacted Files | Coverage Δ | |
---|---|---|
src/cmp/domain/consent/ConsentFactory.js | 100% <100%> (ø) |
:arrow_up: |
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 c3e4df4...5c9c509. Read the comment docs.
Background
vendorlist.json is downloaded two times even if it's the same version
Goal
Control the version of the vendorlist.json befor asking to downoad it
Implementation
Checklist
Visual Description