Closed Airblader closed 2 years ago
Merging #215 (04bab91) into master (b22d432) will decrease coverage by
0.25%
. The diff coverage is69.23%
.
@@ Coverage Diff @@
## master #215 +/- ##
==========================================
- Coverage 84.04% 83.79% -0.26%
==========================================
Files 25 25
Lines 752 765 +13
Branches 119 125 +6
==========================================
+ Hits 632 641 +9
- Misses 60 62 +2
- Partials 60 62 +2
Impacted Files | Coverage Δ | |
---|---|---|
projects/ngqp/core/src/lib/model/query-param.ts | 89.62% <69.23%> (-2.86%) |
:arrow_down: |
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 b22d432...04bab91. Read the comment docs.
These override serialize/deserialize and allow more control over the (de-)serialization for multi-values parameters.
fixes #145
Signed-off-by: Ingo Bürk ingo.buerk@tngtech.com
This pull request relates to or closes the following issues:
I have verified that…