Closed bryan-gilbert closed 4 years ago
Merging #770 into master will increase coverage by
0.02%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #770 +/- ##
==========================================
+ Coverage 93.22% 93.25% +0.02%
==========================================
Files 56 57 +1
Lines 1211 1216 +5
Branches 109 109
==========================================
+ Hits 1129 1134 +5
Misses 80 80
Partials 2 2
Flag | Coverage Δ | |
---|---|---|
#python_unittests | 97.13% <ø> (ø) |
:arrow_up: |
Impacted Files | Coverage Δ | |
---|---|---|
ppr-ui/src/components/PprListItem.vue | 100% <100%> (ø) |
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 eacb1d8...4132cae. Read the comment docs.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and 0 Security Hotspots to review)
0 Code Smells
No Coverage information
0.0% Duplication
Create a Vue component that can hold any content (e.g. secured party, debtor, serial collateral). The component can expect these properties:
Component needs to provided a name slot to insert the appropriate prompt/header for the content.
Component needs to provide a X button (located top far right corner) when the list length is greater than or equal to 2. Emit a remove event with the content's index.
When not editing hide the prompt and the remove button.